summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorSeth M Morton <seth.m.morton@gmail.com>2015-04-02 21:00:31 -0700
committerSeth M Morton <seth.m.morton@gmail.com>2015-04-02 21:00:31 -0700
commit22f96103f2d3c961b3e6a2fd0a704c272da18324 (patch)
tree901731b9b009976994f1c411e9fe08962347188d /MANIFEST.in
parent489518e00cf15abfcfaf1df03df72e4d67a2015c (diff)
downloadnatsort-22f96103f2d3c961b3e6a2fd0a704c272da18324.tar.gz
Updated MANIFEST.in.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index ad8cd5a..aeffe3f 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -7,12 +7,14 @@ include natsort/__init__.py
include natsort/py23compat.py
include natsort/locale_help.py
include natsort/fake_fastnumbers.py
+include natsort/utils.py
include test_natsort/profile_natsorted.py
include test_natsort/stress_natsort.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 setup.py
include setup.cfg
prune natsort/__pycache__