Skip to content

Commit

Permalink
include download url in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
joelferrier committed Sep 14, 2016
1 parent 11d5225 commit 7dbb999
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 @@ -17,6 +17,7 @@ def run(self):
description="Remote memory aquisition wrapper for LiME",
scripts=['bin/margaritashotgun'],
url="https://github.com/ThreatResponse/margaritashotgun",
download_url="https://github.com/ThreatResponse/margaritashotgun/archive/v0.3.1.tar.gz"
use_2to3=True,
install_requires=['pytest',
'pytest-cov',
Expand Down

0 comments on commit 7dbb999

Please sign in to comment.