We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbf9cf5 commit 6a8f84dCopy full SHA for 6a8f84d
setup.py
@@ -23,4 +23,11 @@
23
long_description=long_description,
24
long_description_content_type='text/markdown',
25
install_requires=["requests"],
26
+ classifiers=[
27
+ "Programming Language :: Python :: 3.8",
28
+ "Intended Audience :: Developers",
29
+ "Development Status :: 4 - Beta",
30
+ "License :: OSI Approved :: MIT License",
31
+ ],
32
+ python_requires='>=3.8',
33
)
0 commit comments