Skip to content

Commit

Permalink
Merge pull request #67 from looooo/git_switch
Browse files Browse the repository at this point in the history
switch download urls to github
  • Loading branch information
kkremitzki committed Jan 12, 2020
2 parents c9ff72a + e443443 commit 5cf70be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ def remove_cmake(self):
long_description=__doc__,
author="Tamer Fahmy",
author_email="tamer@sim.no",
download_url="http://pivy.coin3d.org/download/",
download_url="https://github.com/coin3d/pivy/releases",
url="http://pivy.coin3d.org/",
cmdclass={'build': pivy_build,
'clean': pivy_clean},
Expand Down
2 changes: 1 addition & 1 deletion setup_old.py
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ def run(self):
long_description = __doc__,
author = "Tamer Fahmy",
author_email = "tamer@sim.no",
download_url="http://pivy.coin3d.org/download/",
download_url="https://github.com/coin3d/pivy/releases",
url = "http://pivy.coin3d.org/",
cmdclass = {'build' : pivy_build,
'clean' : pivy_clean},
Expand Down

0 comments on commit 5cf70be

Please sign in to comment.