summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorSeth M Morton <seth.m.morton@gmail.com>2014-06-28 11:49:10 -0700
committerSeth M Morton <seth.m.morton@gmail.com>2014-06-28 12:22:57 -0700
commit2ab0c989a1d3f8c4fd80880d49e19b198f5db314 (patch)
tree9ad0c2805f8eda6cf3a7adf43df15a017b2b5303 /MANIFEST.in
parentc198051fd4b9f91566792f1205a426a4c2196f98 (diff)
parente6b10244816c00952af40f498d7c6774287a0dd2 (diff)
downloadnatsort-2ab0c989a1d3f8c4fd80880d49e19b198f5db314.tar.gz
Natsort version 3.3.0 release.3.3.0
This release provides the following updates: - Added a 'versorted' method for more convenient sorting of versions. - Updated command-line tool --number_type option with 'version' and 'ver' to make it more clear how to sort version numbers. - Moved unit-testing mechanism from being docstring-based to actual unit tests in actual functions. - This has provided the ability determine the coverage of the unit tests (99%). - This also makes the pydoc documentation a bit more clear. - Made docstrings for public functions mirror the README API. - Connected natsort development to Travis-CI to help ensure quality releases.
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 40fc99e..ef9c943 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -5,6 +5,8 @@ include natsort/_version.py
include natsort/__main__.py
include natsort/__init__.py
include natsort/py23compat.py
+include test_natsort/test_natsorted.py
+include test_natsort/test_main.py
include setup.py
include setup.cfg
prune natsort/__pycache__