diff --git a/setup.py b/setup.py index 82588e41..88036d3b 100644 --- a/setup.py +++ b/setup.py @@ -177,4 +177,22 @@ url='https://github.com/JelteF/PyLaTeX', license='MIT', install_requires=['ordered-set'], + classifiers=[ + 'Development Status :: 4 - Beta', + 'Environment :: Console', + 'Intended Audience :: Developers', + 'Intended Audience :: Education', + 'Intended Audience :: End Users/Desktop', + 'Intended Audience :: Science/Research', + 'License :: OSI Approved :: MIT License', + 'Operating System :: POSIX :: Linux', + 'Programming Language :: Python', + 'Programming Language :: Python :: 2', + 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3.4', + 'Topic :: Software Development :: Code Generators', + 'Topic :: Text Processing :: Markup :: LaTeX', + ] )