Skip to content

Commit 18f9014

Browse files
committed
chore: Add classifiers in setup.py
1 parent 51464a5 commit 18f9014

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

setup.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,13 @@
1818
python_requires='>=3.6,<4',
1919
install_requires=['bs4'],
2020
extras_requires={ 'docs': ['sphinx', 'sphinx_rtd_theme'] },
21-
packages=find_packages(exclude=['docs'])
21+
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+
]
2230
)

0 commit comments

Comments
 (0)