Skip to content

Commit 262abf9

Browse files
committed
yay, added tarball for download using tags
1 parent d3f7ee6 commit 262abf9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

setup.py

+3-4
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,15 @@
1010

1111
setup(
1212
name = 'gist',
13-
packages = ['gist'], # this must be the same as the name above
13+
packages = ['gist'],
1414
version = '0.1',
1515
install_requires=required,
1616
description = 'Python wrapper for Gist ',
1717
long_description=open('README.rst').read(),
1818
author = 'Varun Malhotra',
1919
author_email = '[email protected]',
20-
url = 'https://github.com/softvar/gist', # use the URL to the github repo
21-
download_url = 'https://github.com/softvar/gist/tarball/0.1', # I'll explain this in a second
22-
keywords = ['gist', 'github', 'API'], # arbitrary keywords
20+
url = 'https://github.com/softvar/gist',
21+
download_url = 'https://github.com/softvar/GistApi-Wrapper-python/tarball/0.1', keywords = ['gist', 'github', 'API'], # arbitrary keywords
2322
license = 'MIT',
2423
classifiers = [],
2524
)

0 commit comments

Comments
 (0)