Add more classifiers

This commit is contained in:
Gabriel Augendre 2020-02-29 17:37:11 +01:00
parent 0aefc6453c
commit a628220b57
No known key found for this signature in database
GPG key ID: 1E693F4CE4AEE7B4

View file

@ -8,6 +8,15 @@ authors = ["Gabriel Augendre <gabriel@augendre.info>"]
classifiers = [
"Development Status :: 3 - Alpha",
"Environment :: Console",
"Intended Audience :: End Users/Desktop",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Natural Language :: English",
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows",
"Operating System :: Unix",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Topic :: Utilities",
]
[tool.poetry.dependencies]