[Yt-svn] yt: Removing some setup.py cruft, adding to CREDITS

hg at spacepope.org hg at spacepope.org
Sat Jan 15 21:02:57 PST 2011


hg Repository: yt
details:   yt/rev/783dda4d91f2
changeset: 3663:783dda4d91f2
user:      Matthew Turk <matthewturk at gmail.com>
date:
Sun Jan 16 00:02:53 2011 -0500
description:
Removing some setup.py cruft, adding to CREDITS

diffstat:

 CREDITS  |  1 +
 setup.py |  4 ----
 2 files changed, 1 insertions(+), 4 deletions(-)

diffs (25 lines):

diff -r cc88a923ab03 -r 783dda4d91f2 CREDITS
--- a/CREDITS	Sat Jan 15 22:14:33 2011 -0500
+++ b/CREDITS	Sun Jan 16 00:02:53 2011 -0500
@@ -11,6 +11,7 @@
                                 Christopher Moody (cemoody at ucsc.edu)
                                 Oliver Hahn (ohahn at stanford.edu)
                                 John ZuHone (jzuhone at cfa.harvard.edu)
+                                Chris Malone (cmalone at mail.astro.sunysb.edu)
 
 We also include the Delaunay Triangulation module written by Robert Kern of
 Enthought, the cmdln.py module by Trent Mick, and the progressbar module by
diff -r cc88a923ab03 -r 783dda4d91f2 setup.py
--- a/setup.py	Sat Jan 15 22:14:33 2011 -0500
+++ b/setup.py	Sun Jan 16 00:02:53 2011 -0500
@@ -50,10 +50,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.utilities.command_line:run_main',
                             'enzo_test = yt.utilities.answer_testing.runner:run_main',



More information about the yt-svn mailing list