[Yt-svn] yt-commit r841 - tags/yt-1.0.1

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Sat Oct 25 09:41:04 PDT 2008


Author: mturk
Date: Sat Oct 25 09:41:04 2008
New Revision: 841
URL: http://yt.spacepope.org/changeset/841

Log:
Sigh, somehow missed the classifiers



Modified:
   tags/yt-1.0.1/setup.py

Modified: tags/yt-1.0.1/setup.py
==============================================================================
--- tags/yt-1.0.1/setup.py	(original)
+++ tags/yt-1.0.1/setup.py	Sat Oct 25 09:41:04 2008
@@ -38,8 +38,19 @@
         version = VERSION,
         description = "An analysis and visualization toolkit for Adaptive Mesh " \
                     + "Refinement data, specifically for the Enzo and Orion codes.",
-        classifiers = [],
-        keywords='',
+        classifiers = [ "Development Status :: 5 - Production/Stable",
+                        "Environment :: Console",
+                        "Intended Audience :: Science/Research",
+                        "License :: OSI Approved :: GNU General Public License (GPL)",
+                        "Operating System :: MacOS :: MacOS X",
+                        "Operating System :: POSIX :: AIX",
+                        "Operating System :: POSIX :: Linux",
+                        "Programming Language :: C",
+                        "Programming Language :: Python",
+                        "Topic :: Scientific/Engineering :: Astronomy",
+                        "Topic :: Scientific/Engineering :: Physics",
+                        "Topic :: Scientific/Engineering :: Visualization", ],
+        keywords='astronomy astrophysics visualization amr adaptivemeshrefinement',
         install_requires = ['matplotlib', 'numpy','ipython'],
         extras_require = { 'GUI' : ['wxPython'],
                            'storage' : ['tables'], },



More information about the yt-svn mailing list