summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorSeth M Morton <seth.m.morton@gmail.com>2014-08-15 09:29:14 -0700
committerSeth M Morton <seth.m.morton@gmail.com>2014-08-15 09:29:14 -0700
commitb94350e390daa31c338eea66152ae6cd2e2b0af1 (patch)
tree91a6e9543a643ad208e4ab7c6e315ea17c8fd07f /MANIFEST.in
parent013f9090000714506af105e6b590e759b326a48e (diff)
downloadnatsort-b94350e390daa31c338eea66152ae6cd2e2b0af1.tar.gz
Added fake_fastnumbers.py to MANIFEST.in.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index be74ec3..9138c1f 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -5,6 +5,7 @@ include natsort/_version.py
include natsort/__main__.py
include natsort/__init__.py
include natsort/py23compat.py
+include natsort/fake_fastnumbers.py
include test_natsort/profile_natsorted.py
include test_natsort/stress_natsort.py
include test_natsort/test_natsort.py