Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
manolomartinez committed Jun 9, 2015
1 parent f9c06f0 commit fd24fd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
from setuptools import setup

kwargs = {'name': 'Greg',
'version': '0.4.3.4',
'version': '0.4.3.6',
'install_requires': ['feedparser'],
'description': 'A command-line podcast aggregator',
'author': 'Manolo Martínez',
'author_email': '[email protected]',
'url': 'https://github.com/manolomartinez/greg',
'packages': ['greg'],
'entry_points': {'console_scripts': ['greg = greg.gregparser.main']},
'entry_points': {'console_scripts': ['greg = greg.gregparser:main']},
'package_data': {'': ['data/greg.conf']},
'license': 'GPLv3'}

Expand Down

0 comments on commit fd24fd6

Please sign in to comment.