Skip to content

Commit

Permalink
Merge pull request #35 from alexferl/fix_indentifiers
Browse files Browse the repository at this point in the history
fix classifiers
  • Loading branch information
alexferl authored Oct 4, 2023
2 parents b3c13cd + 9d1dd8a commit 2763402
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ long_description = file: README.md
long_description_content_type = text/markdown
license = MIT
classifiers =
"Environment :: Web Environment"
"Intended Audience :: Developers"
"License :: OSI Approved :: MIT License"
"Operating System :: OS Independent"
"Programming Language :: Python :: 3.8"
"Programming Language :: Python :: 3.9"
"Programming Language :: Python :: 3.10"
"Programming Language :: Python :: 3.11"
"Topic :: Software Development :: Libraries :: Python Modules"
Environment :: Web Environment
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Software Development :: Libraries :: Python Modules

[options]
zip_safe = False
Expand Down

0 comments on commit 2763402

Please sign in to comment.