summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorSeth M Morton <seth.m.morton@gmail.com>2015-06-25 08:28:16 -0700
committerSeth M Morton <seth.m.morton@gmail.com>2015-06-25 08:28:16 -0700
commit3ae90776d14accd0d21be677ec0adc6c5eb7ce7b (patch)
tree6b67e6b8111e3e9a43fa4a9421399a3d8e68daa7 /MANIFEST.in
parentdc73897013071b1d27390cd65a98098bd7e18dd4 (diff)
downloadnatsort-3ae90776d14accd0d21be677ec0adc6c5eb7ce7b.tar.gz
Fixed missing compat on install.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in13
1 files changed, 11 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index b4422d9..96e4e99 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -8,7 +8,13 @@ include natsort/locale_help.py
include natsort/utils.py
include natsort/ns_enum.py
include natsort/unicode_numbers.py
-graft natsort/compat
+include natsort/compat/__init__.py
+include natsort/compat/py23.py
+include natsort/compat/fake_fastnumbers.py
+include natsort/compat/fastnumbers.py
+include natsort/compat/locale.py
+include natsort/compat/pathlib.py
+include natsort/compat/pathlib.py
include test_natsort/profile_natsorted.py
include test_natsort/stress_natsort.py
include test_natsort/slow_splitters.py
@@ -18,7 +24,10 @@ include test_natsort/test_fake_fastnumbers.py
include test_natsort/test_main.py
include test_natsort/test_utils.py
include test_natsort/test_unicode_numbers.py
-graft test_natsort/compat
+include test_natsort/compat/__init__.py
+include test_natsort/compat/hypothesis.py
+include test_natsort/compat/locale.py
+include test_natsort/compat/mock.py
include setup.py
include setup.cfg
prune natsort/__pycache__