Skip to content

Commit

Permalink
update pyproject classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
CheeseCake87 committed Dec 4, 2024
1 parent 6a6c662 commit 5252d37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Unreleased

- remove old reminder to check old settings file
- update classifiers in pyproject.toml

## Version 5.5.1

Expand Down
13 changes: 3 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,9 @@ readme = "README.md"
license = { file = "LICENSE.txt" }
classifiers = [
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment', 'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent', 'Programming Language :: Python',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
'Topic :: Software Development :: Libraries :: Python Modules',
'Natural Language :: English',
"License :: OSI Approved :: MIT License",
"Framework :: Flask",
"Natural Language :: English",
]
requires-python = ">=3.9"
dependencies = [
Expand Down

0 comments on commit 5252d37

Please sign in to comment.