Skip to content

Commit

Permalink
Add trove classifiers.
Browse files Browse the repository at this point in the history
  • Loading branch information
JelteF committed Jun 2, 2014
1 parent 410310c commit 16ff52d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
]
)

0 comments on commit 16ff52d

Please sign in to comment.