aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorsienkiew <sienkiew@d34015c8-bcbb-4646-8ac8-8ba5febf221d>2013-08-16 12:03:33 -0400
committersienkiew <sienkiew@d34015c8-bcbb-4646-8ac8-8ba5febf221d>2013-08-16 12:03:33 -0400
commit7f01b5bd084eccff8d551ba34c01e6375617cc93 (patch)
tree6cecf46f709407366da4981b429ff35d46986e04 /setup.py
parent53a5889bde6db752bfeaba604d93e6f36ef24d90 (diff)
downloadexyapps-7f01b5bd084eccff8d551ba34c01e6375617cc93.tar.gz
checkpoint some changes
git-svn-id: http://svn.stsci.edu/svn/ssb/etal/exyapps/trunk@1018 d34015c8-bcbb-4646-8ac8-8ba5febf221d
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py8
1 files changed, 3 insertions, 5 deletions
diff --git a/setup.py b/setup.py
index 4bbb3cc..f3ce0ad 100644
--- a/setup.py
+++ b/setup.py
@@ -5,6 +5,7 @@
from distutils.core import setup
description = "Extensions of Yet Another Python Parser System"
+
long_description = \
"""
EXYAPPS is an easy to use parser generator that is written in Python and
@@ -27,7 +28,7 @@ Exyapps is derived from YAPPS, with various extensions:
setup (
name = "exyapps",
- version = "3.0dev",
+ version = "3.0",
description = description,
long_description = long_description,
url="https://svn.stsci.edu/trac/ssb/etal/wiki/exyapps",
@@ -35,10 +36,7 @@ setup (
maintainer_email='no_spam@see_url',
# 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",
+ # author = "Amit J. Patel, Matthias Urlichs, Mark Sienkiewicz",
license = 'MIT',
platforms = ['POSIX'],
keywords = ['parsing'],