summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorSeth M Morton <seth.m.morton@gmail.com>2015-06-24 23:05:20 -0700
committerSeth M Morton <seth.m.morton@gmail.com>2015-06-24 23:05:20 -0700
commitf01f8e74f1d4c859ecbed27b61729aac9a6bcee3 (patch)
tree03ca6491aa6d10a0b775aed6131e6956c054e4d3 /MANIFEST.in
parent5c8de308107fe33b76bd8f4840ce8a773c8fd0f0 (diff)
downloadnatsort-f01f8e74f1d4c859ecbed27b61729aac9a6bcee3.tar.gz
Included new files in MANIFEST.in.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index e852e41..b4422d9 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -4,18 +4,21 @@ include natsort/natsort.py
include natsort/_version.py
include natsort/__main__.py
include natsort/__init__.py
-include natsort/py23compat.py
include natsort/locale_help.py
-include natsort/fake_fastnumbers.py
include natsort/utils.py
+include natsort/ns_enum.py
+include natsort/unicode_numbers.py
+graft natsort/compat
include test_natsort/profile_natsorted.py
include test_natsort/stress_natsort.py
+include test_natsort/slow_splitters.py
include test_natsort/test_natsort.py
include test_natsort/test_locale_help.py
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 setup.py
include setup.cfg
prune natsort/__pycache__