Skip to content

Commit

Permalink
Update setup.py: emails, license, etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
peter17 committed Apr 29, 2015
1 parent e145901 commit 817df0f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,13 @@ class build(_build):
setup(
name="mediawiki-parser",
author="Erik Rose, Peter Potrowl",
version="0.3.0",
description=("",),
author_email="grinch@grinchcentral.com, peter.potrowl@gmail.com",
url="https://github.com/peter17/mediawiki-parser",
version="0.3.1",
license="GPL v3",
description="A parser for the MediaWiki syntax, based on Pijnu.",
long_description=read('README.rst'),
keywords="MediaWiki, parser, syntax",
packages=[
"mediawiki_parser"
],
Expand Down

0 comments on commit 817df0f

Please sign in to comment.