summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorAric Hagberg <aric.hagberg@gmail.com>2010-09-22 16:20:53 -0600
committerAric Hagberg <aric.hagberg@gmail.com>2010-09-22 16:20:53 -0600
commitae40ac88c1aaf9059b76646e186d3412aebc6d4c (patch)
tree3135966e7c767c91ea6df0cbfcd4f3e026bcdc96 /MANIFEST.in
parent011390d59b172326870f48397d367bd725f2ba15 (diff)
downloadnetworkx-ae40ac88c1aaf9059b76646e186d3412aebc6d4c.tar.gz
Add *.css pattern to manifest to catch style files.
Fixes #436
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 853e862d..448cdadf 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -6,7 +6,7 @@ include LICENSE.txt
include README.txt
recursive-include examples *.py *.edgelist *.mbox *.gz *.bz2 *.zip
-recursive-include doc *.py *.rst Makefile *.html *.png *.txt
+recursive-include doc *.py *.rst Makefile *.html *.png *.txt *.css
include scripts/*
include networkx/tests/*.txt