summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL.rst2
-rw-r--r--MANIFEST.in18
2 files changed, 11 insertions, 9 deletions
diff --git a/INSTALL.rst b/INSTALL.rst
index f7451958..5d4cd3f0 100644
--- a/INSTALL.rst
+++ b/INSTALL.rst
@@ -1,7 +1,7 @@
Install
=======
-NetworkX requires Python 2.7, 3.3, 3.4, 3.5, or 3.6. If you do not already
+NetworkX requires Python 2.7, 3.4, 3.5, or 3.6. If you do not already
have a Python environment configured on your computer, please see the
instructions for installing the full `scientific Python stack
<https://scipy.org/install.html>`_.
diff --git a/MANIFEST.in b/MANIFEST.in
index c1e3b3a9..8569e1df 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,28 +1,30 @@
include MANIFEST.in
include setup.py
-include INSTALL.txt
+include CONTRIBUTE.rst
+include CONTRIBUTORS.rst
+include INSTALL.rst
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
-include scripts/*
-include networkx/tests/*.txt
include networkx/tests/*.py
include networkx/*/tests/*.txt
include networkx/*/tests/*.py
-include networkx/*/*/tests/*.txt
include networkx/*/*/tests/*.py
include networkx/*/*/tests/*.A99
include networkx/*/*/tests/*.B99
include networkx/*/*/tests/*.bz2
-
global-exclude *~
global-exclude *.pyc
global-exclude .svn
prune doc/build
-prune doc/source/reference/generated
-prune doc/source/examples
-prune doc/source/static/examples
+prune doc/auto_examples
+prune doc/modules
+prune doc/reference/generated
+prune doc/reference/algorithms/generated
+prune doc/reference/classes/generated
+prune doc/reference/readwrite/generated