Skip to content

Commit 6b7765f

Browse files
authored
Correct url in setup.py
1 parent 7cec28d commit 6b7765f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
author_email='[email protected]',
77
py_modules=['mpl_finance'],
88
description='Finance plots using matplotlib',
9-
url='http://github.com/matplotlib/finance',
9+
url='http://github.com/matplotlib/mpl_finance',
1010
platforms='Cross platform (Linux, Mac OSX, Windows)',
1111
install_requires=['matplotlib'],
1212
license="BSD",

0 commit comments

Comments
 (0)