[Yt-svn] yt-commit r1580 - branches/yt-1.6

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Thu Jan 21 14:13:26 PST 2010


Author: mturk
Date: Thu Jan 21 14:13:25 2010
New Revision: 1580
URL: http://yt.enzotools.org/changeset/1580

Log:
Initial import of yt-1.6 branch



Added:
   branches/yt-1.6/
      - copied from r1579, /trunk/
Modified:
   branches/yt-1.6/setup.py

Modified: branches/yt-1.6/setup.py
==============================================================================
--- /trunk/setup.py	(original)
+++ branches/yt-1.6/setup.py	Thu Jan 21 14:13:25 2010
@@ -10,7 +10,7 @@
 APP = ['reason.py']
 DATA_FILES = []
 PY2APP_OPTIONS = {'argv_emulation': True}
-VERSION = "1.6dev"
+VERSION = "1.6"
 
 if os.path.exists('MANIFEST'): os.remove('MANIFEST')
 
@@ -52,10 +52,6 @@
                         "Topic :: Scientific/Engineering :: Physics",
                         "Topic :: Scientific/Engineering :: Visualization", ],
         keywords='astronomy astrophysics visualization amr adaptivemeshrefinement',
-        #install_requires = ['matplotlib', 'numpy','ipython'],
-        extras_require = { 'GUI' : ['wxPython'],
-                           'storage' : ['h5py'], 
-                           'pdf' : ['pypdf']},
         entry_points = { 'console_scripts' : [
                             'yt = yt.commands:run_main',
                        ]},



More information about the yt-svn mailing list