summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorSeth M Morton <seth.m.morton@gmail.com>2018-05-12 22:55:16 -0700
committerSeth M Morton <seth.m.morton@gmail.com>2018-05-12 22:55:16 -0700
commit0302a813bf508a7b26220ee3dc7491183becb0c9 (patch)
tree2dc70effde7fd0a820df323ddeb94c9de5f96c1a /MANIFEST.in
parent8a5cb95adfe0668dcd0ca625f87db60921207519 (diff)
downloadnatsort-0302a813bf508a7b26220ee3dc7491183becb0c9.tar.gz
Move package to src/natsort.
This makes it more clear during testing that the actual code that is installed is being tested, and not the package in the development area.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in12
1 files changed, 5 insertions, 7 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 270eb70..f8a611d 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,16 +1,14 @@
include README.rst
include LICENSE
include *.md
-include *requirements.txt
-recursive-include natsort *.py
-recursive-include test_natsort *.py
+include Pipfile
include setup.py
include setup.cfg
include tox.ini
include .travis.yml
include .coveragerc
include .gitignore
-include .hgignore
-prune natsort/__pycache__
-prune test_natsort/__pycache__
-graft docs/source
+graft docs
+graft src
+graft test_natsort
+global-exclude *.py[cod] __pycache__ *.so