Franck Pommereau

added classifiers in setup.py

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