diff --git a/setup.py b/setup.py index 06ac8c9b..876f2ac8 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="devchat", - version="0.1.2", + version="0.1.4", packages=find_packages(), install_requires=requirements, entry_points={ @@ -13,4 +13,9 @@ "devchat = devchat._cli:main", ], }, + classifiers=[ + 'Development Status :: 4 - Beta', + 'License :: OSI Approved :: Apache Software License', + 'Programming Language :: Python :: 3' + ] )