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 51464a5 commit 18f9014Copy full SHA for 18f9014
setup.py
@@ -18,5 +18,13 @@
18
python_requires='>=3.6,<4',
19
install_requires=['bs4'],
20
extras_requires={ 'docs': ['sphinx', 'sphinx_rtd_theme'] },
21
- packages=find_packages(exclude=['docs'])
+ packages=find_packages(exclude=['docs']),
22
+ classifiers=[
23
+ 'Development Status :: 5 - Production/Stable',
24
+ 'Intended Audience :: Developers',
25
+ 'License :: OSI Approved :: MIT License',
26
+ 'Programming Language :: Python :: 3',
27
+ 'Programming Language :: Python :: 3.6',
28
+ 'Programming Language :: Python :: 3.7'
29
+ ]
30
)
0 commit comments