Skip to content

Commit

Permalink
bump version etc
Browse files Browse the repository at this point in the history
  • Loading branch information
jrabbit committed Oct 5, 2017
1 parent f5ba13c commit 5c84cdf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include README.markdown
include README.md
File renamed without changes.
18 changes: 9 additions & 9 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
from setuptools import setup
setup(
name='hitman',
version='1.2b1',
version='1.2b2',
author='Jack Laxson',
author_email='jackjrabbit+hitman@gmail.com',
url='https://github.com/jrabbit/hitman',
license='GPL v3',
long_description="Hitman: The professional RSS enclosure (Podcast) downloader. Supports OPML. Supports various downloads methods: requests and urlgrabber (pycurl based).",
description="The professional RSS enclosure (Podcast) downloader.",
scripts= ['hitman.py'],
install_requires=['semidbm', 'requests', 'clint', 'feedparser>=5.1.3', 'beautifulsoup4>=4.3.2', 'baker==1.3'],
classifiers=['Environment :: Console',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Topic :: Internet :: WWW/HTTP', 'Operating System :: BeOS',
'Topic :: Multimedia', 'Operating System :: OS Independent', 'Programming Language :: Python :: 2 :: Only',
'Programming Language :: Python :: 2.7', ]
scripts=['hitman.py'],
install_requires=['semidbm', 'requests', 'clint',
'feedparser>=5.1.3', 'beautifulsoup4>=4.3.2', 'baker==1.3'],
classifiers=['Environment :: Console',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Topic :: Internet :: WWW/HTTP', 'Operating System :: BeOS',
'Topic :: Multimedia', 'Operating System :: OS Independent', 'Programming Language :: Python :: 2 :: Only',
'Programming Language :: Python :: 2.7', ]
)

0 comments on commit 5c84cdf

Please sign in to comment.