Skip to content

Commit 887de0a

Browse files
committed
Made setup.py homepage url valid
1 parent a25d51d commit 887de0a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

setup.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
from distutils.core import setup
22
setup(
33
name='jokeapi',
4-
packages=['jokeapi'], # Chose the same as "name"
5-
version='0.1.1',
4+
packages=['jokeapi'],
5+
version='0.1.2',
66
license='GNU General Public License v3 (GPLv3)',
77
description='An API Wrapper for Sv443\'s JokeAPI',
88
author='thenamesweretakenalready',
99
author_email='leet_haker@cyber-wizard.com',
10-
url="""https://github.com/
11-
thenamesweretakenalready/Sv443s-JokeAPI-Python-Wrapper""",
12-
download_url='https://github.com/user/Sv443s-JokeAPI-Python-Wrapper/archive/v0.1.1.tar.gz',
10+
url="""https://github.com/thenamesweretakenalready/Sv443s-JokeAPI-Python-Wrapper""",
11+
download_url='https://github.com/user/Sv443s-JokeAPI-Python-Wrapper/archive/v0.1.2.tar.gz',
1312
keywords=['api wrapper', 'wrapper', 'api', 'jokes'],
1413
install_requires=[],
1514
classifiers=[

0 commit comments

Comments
 (0)