Skip to content

Commit

Permalink
Add Proper Download_URL
Browse files Browse the repository at this point in the history
Fixed Download_URL to allow direct linking to release.
  • Loading branch information
bschollnick committed Mar 20, 2015
1 parent b5c64bd commit 6942994
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
name='Directory_Caching',
version='1.0.5',
url='https://github.com/bschollnick/Directory_Caching',
download_url = 'https://github.com/bschollnick/Directory_Caching/tarball/1.05', # I'll explain this in a second
description = 'A Caching library for Directories & Files',
author='Benjamin Schollnick',
author_email='[email protected]',
Expand Down

0 comments on commit 6942994

Please sign in to comment.