Skip to content

Commit 837428a

Browse files
committed
Merge pull request mpld3#35 from ocefpaf/fix_url
Fix url
2 parents e025009 + b1b614f commit 837428a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

MANIFEST.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
include *.md
2+
include LICENSE
3+
4+
recursive-include mplexporter *.py

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
AUTHOR_EMAIL = "jakevdp@cs.washington.edu"
1111
MAINTAINER = "Jake VanderPlas"
1212
MAINTAINER_EMAIL = "jakevdp@cs.washington.edu"
13-
DOWNLOAD_URL = 'http://github.com/jakevdp/mplexporter'
13+
DOWNLOAD_URL = 'https://github.com/mpld3/mplexporter'
1414
URL = DOWNLOAD_URL
1515
LICENSE = 'BSD 3-clause'
1616
VERSION = '0.0.1'

0 commit comments

Comments
 (0)