Franck Pommereau

added classifiers in setup.py

Showing 1 changed file with 9 additions and 0 deletions
......@@ -71,4 +71,13 @@ if __name__ == "__main__" :
"snakes.utils.simul": resources("snakes/utils/simul/resources/"),
},
data_files=doc_files() + emacs,
classifiers=[
"Intended Audience :: Science/Research",
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Topic :: Scientific/Engineering",
"Topic :: Software Development :: Libraries :: Python Modules",
],
)
......