summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorHaochen Wu <github@haochenwu.com>2018-05-22 17:46:42 -0700
committerDan Schult <dschult@colgate.edu>2018-05-22 20:46:42 -0400
commit66742bcec7f184f3f61409c04210cb43477922e3 (patch)
tree312dd56acd9dfd2254837392e3c014e3dbe899d7 /MANIFEST.in
parent91c949adae79097cfd63744b95f47d881f91a89b (diff)
downloadnetworkx-66742bcec7f184f3f61409c04210cb43477922e3.tar.gz
Add missing files to distribution. (#2955)
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index af1ce39e..d79b6e03 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -7,8 +7,8 @@ include LICENSE.txt
include README.rst
include RELEASE.rst
-recursive-include examples *.py *.edgelist *.mbox *.gz *.bz2 *.zip
-recursive-include doc *.py *.rst Makefile *.html *.png *.txt *.css *.inc
+recursive-include examples *.txt *.py *.edgelist *.mbox *.gz *.bz2 *.zip *.html *.js *.css
+recursive-include doc *.py *.rst Makefile *.html *.png *.txt *.css *.inc *.js
include networkx/tests/*.py
include networkx/*/tests/*.txt