summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--MANIFEST.in2
2 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 16a7996..40504fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2015-12-22 Siddharth Ravikumar <sravik@bgsu.edu>
* docs/: Added it. Uses sphinx.
+ * MANIFEST.in: added docs/
2015-12-21 Siddharth Ravikumar <sravik@bgsu.edu>
diff --git a/MANIFEST.in b/MANIFEST.in
index 4521e49..89c28b3 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,4 +1,6 @@
include AUTHORS ChangeLog COPYING README.rst TODO.org
recursive-include tests *
recursive-include graphics *
+recursive-include docs *
+prune docs/_build
recursive-exclude tests *.pyc \ No newline at end of file