Skip to content
Snippets Groups Projects
Commit d56f1c82 authored by Erik Reid's avatar Erik Reid
Browse files

added project classifiers

parent 14aa4340
No related branches found
No related tags found
No related merge requests found
......@@ -33,4 +33,15 @@ setup(
]
},
include_package_data=True,
classifiers=[
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Development Status :: 5 - Production/Stable'
],
python_requires='>=3.6'
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment