We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e025009 + b1b614f commit 837428aCopy full SHA for 837428a
MANIFEST.in
@@ -0,0 +1,4 @@
1
+include *.md
2
+include LICENSE
3
+
4
+recursive-include mplexporter *.py
setup.py
@@ -10,7 +10,7 @@
10
AUTHOR_EMAIL = "jakevdp@cs.washington.edu"
11
MAINTAINER = "Jake VanderPlas"
12
MAINTAINER_EMAIL = "jakevdp@cs.washington.edu"
13
-DOWNLOAD_URL = 'http://github.com/jakevdp/mplexporter'
+DOWNLOAD_URL = 'https://github.com/mpld3/mplexporter'
14
URL = DOWNLOAD_URL
15
LICENSE = 'BSD 3-clause'
16
VERSION = '0.0.1'
0 commit comments