Skip to content

Commit

Permalink
Add trove classifiers.
Browse files Browse the repository at this point in the history
This will register Parsley as Python3 compatible on PyPI.
  • Loading branch information
rbtcollins committed Sep 9, 2015
1 parent e248cd5 commit 308bf5c
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,17 @@
long_description=open("README").read(),
packages=["ometa", "terml", "ometa._generated", "terml._generated",
"ometa.test", "terml.test"],
py_modules=["parsley"]
py_modules=["parsley"],
classifiers=[
'Development Status :: 6 - Mature',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3',
'Topic :: Software Development :: Code Generators',
'Topic :: Software Development :: Compilers',
'Topic :: Software Development :: Interpreters',
],
)

0 comments on commit 308bf5c

Please sign in to comment.