From 7f01b5bd084eccff8d551ba34c01e6375617cc93 Mon Sep 17 00:00:00 2001 From: sienkiew Date: Fri, 16 Aug 2013 16:03:33 +0000 Subject: checkpoint some changes git-svn-id: http://svn.stsci.edu/svn/ssb/etal/exyapps/trunk@1018 d34015c8-bcbb-4646-8ac8-8ba5febf221d --- setup.py | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'setup.py') 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'], -- cgit