diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-20 13:04:30 -0500 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-20 13:04:30 -0500 |
commit | 8f6446b1e45ad69ecd255cac3d9b9939127c91c2 (patch) | |
tree | 9302b52f9488f313beb453ff42d3a0b03401dbdf /MANIFEST.in | |
parent | 67402a674220b8639a04dc0c0b2f87fd301a817f (diff) |
Use MANIFEST.in instead of setup.py to hold the docs and text files.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..fe99812 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,5 @@ +include *.txt +include doc/Makefile +include doc/source/*.py +include doc/source/*.rst +include doc/source/*.jpg |