Skip to content
Snippets Groups Projects
Commit d4f74f1e24a1 authored by Georges Racinet's avatar Georges Racinet
Browse files

setup: trove classifiers

always feels a bit artificial, but here we go.
parent 81c2bace827a
No related branches found
No related tags found
No related merge requests found
......@@ -16,5 +16,12 @@
license='GPLv2+',
package_data=dict(heptapod=['*.hgrc']),
packages=['heptapod', 'hgext3rd'],
classifiers=[
"Development Status :: 4 - Beta",
"License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 2 :: Only",
"Topic :: Software Development :: Version Control :: Mercurial",
],
install_requires=install_req,
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment