summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2012-04-02 10:38:27 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2012-04-02 10:38:27 +0300
commitc46678c939966e3f734369117fbbe420d5efb332 (patch)
treeb5af7b7e39aebeab8ad7ab4bfabf2e7e882cf37e /MANIFEST.in
parenta32d79b0d7074b30cb435c48bd24b692a33f5726 (diff)
downloadapscheduler-c46678c939966e3f734369117fbbe420d5efb332.tar.gz
Bumped up version; added examples, documentation sources and unit tests to the sdist tarball; updated the changelogv2.0.3
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 9561fb1..31b7e02 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1 +1,4 @@
include README.rst
+recursive-include tests *.py
+recursive-include examples *.py
+recursive-include docs *.rst *.py