Skip to content

Commit

Permalink
fix deployment url in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
delgadom committed Mar 20, 2018
1 parent 3888e90 commit 25d35f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
description="Python tools for Climate Impact Lab developers",
long_description=readme,
author="Climate Impact Lab",
url='https://github.com/ClimateImpactLab/impactlab-tools',
url='https://pypi.python.org/pypi',
packages=find_packages(exclude=['*.tests', '*.tests.*', 'tests.*', 'tests']),
package_dir={'impactlab_tools':
'impactlab_tools'},
Expand Down

0 comments on commit 25d35f0

Please sign in to comment.