Skip to content

Commit

Permalink
Merge pull request #7 from andrew/patch-1
Browse files Browse the repository at this point in the history
Fix typo of url in setup.py
  • Loading branch information
kevinali1 committed Jun 18, 2015
2 parents d4488ad + ed3298a commit b395ebb
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 @@ -57,7 +57,7 @@ def read(fname):
keywords='django, app, reusable, finance, forex, foreign exchange, valuehorizon',
author='Quincy Alexander',
author_email='qalexander@valuehorizon.com',
url="https://https://github.com/Valuehorizon/valuehorizon-forex",
url="https://github.com/Valuehorizon/valuehorizon-forex",
packages=find_packages(),
include_package_data=True,
install_requires=install_requires,
Expand Down

0 comments on commit b395ebb

Please sign in to comment.