vbump
This commit is contained in:
4
setup.py
4
setup.py
@@ -6,13 +6,13 @@ from setuptools import setup
|
||||
|
||||
setup(
|
||||
name = 'slideslurp',
|
||||
version = '0.0.4',
|
||||
version = '0.0.5',
|
||||
description = 'SlideShare to PDF',
|
||||
author = 'Veit Heller',
|
||||
author_email = 'veit@veitheller.de',
|
||||
license = 'MIT License',
|
||||
url = 'https://github.com/hellerve/slideslurp',
|
||||
download_url = 'https://github.com/hellerve/slideslurp/tarball/0.0.4',
|
||||
download_url = 'https://github.com/hellerve/slideslurp/tarball/0.0.5',
|
||||
packages = find_packages('.'),
|
||||
install_requires=[
|
||||
"bs4",
|
||||
|
Reference in New Issue
Block a user