From d76e399d5a2eb254246896b060c13f6de26f504d Mon Sep 17 00:00:00 2001 From: sienkiew Date: Tue, 9 Aug 2011 20:37:59 +0000 Subject: no tabs git-svn-id: http://svn.stsci.edu/svn/ssb/etal/exyapps/trunk@366 d34015c8-bcbb-4646-8ac8-8ba5febf221d --- setup.py | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 24d59c6..dbe1551 100644 --- a/setup.py +++ b/setup.py @@ -30,20 +30,20 @@ Exyapps is an extended fork of yapps with these new features: """ setup ( - name = "exyapps", - version = "3.0", - description = description, - long_description = long_description, - # bug: replace this and put acknowledgements of these guys in the docs - # url = "http://theory.stanford.edu/~amitp/yapps/", - # author = "Amit J. Patel", - # author_email = "amitp@cs.stanford.edu", - # maintainer = "Matthias Urlichs", - # maintainer_email = "smurf@debian.org", - license = 'MIT', - platforms = ['POSIX'], - keywords = ['parsing'], - packages = ['exyapps'], + name = "exyapps", + version = "3.0", + description = description, + long_description = long_description, + # bug: replace this and put acknowledgements of these guys in the docs + # url = "http://theory.stanford.edu/~amitp/yapps/", + # author = "Amit J. Patel", + # author_email = "amitp@cs.stanford.edu", + # maintainer = "Matthias Urlichs", + # maintainer_email = "smurf@debian.org", + license = 'MIT', + platforms = ['POSIX'], + keywords = ['parsing'], + packages = ['exyapps'], scripts = ['scripts/exyapps'], - #cmdclass = {'bdist_rpm': MyBDist_RPM}, - ) + #cmdclass = {'bdist_rpm': MyBDist_RPM}, + ) -- cgit