diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-05-22 12:35:46 -0700 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-05-22 12:35:46 -0700 |
commit | c2ceb24fc150495c980e949a6855c0f2209c652c (patch) | |
tree | 5a21fdbb863ab45013ff2c494e093d55949687c9 | |
parent | 5369c9ac29aa460cd05435281037bfbdbee16536 (diff) | |
download | cmd2-git-c2ceb24fc150495c980e949a6855c0f2209c652c.tar.gz |
Adding a MANIFEST.in file
This file modifies what gets put into the PyPI source distribution tarball.
Adding a few files to this to help with Debian packaging.
-rw-r--r-- | MANIFEST.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 00000000..4b5aecd6 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,3 @@ +include CHANGES.md README.md LICENSE +recursive-include tests *.py *.txt +recursive-include examples *.py *.txt |