summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2019-03-03 20:14:22 -0800
committerSeth Morton <seth.m.morton@gmail.com>2019-03-03 21:14:37 -0800
commit4a9e4d822da6e1c393dfc0c410753da8c6999e4d (patch)
tree65b9d4e57ffb228f704afaa7295891b110f884aa /MANIFEST.in
parentf0ed13f0479e6bbb587cf415b3eae0027a905f82 (diff)
downloadnatsort-4a9e4d822da6e1c393dfc0c410753da8c6999e4d.tar.gz
Move development collateral into a dev/ folder
This keeps the root directory cleaner. Dependent files and documentation has been modified to relfect the change. Additionally, the bump.sh file has been updated to force the use of bump2version over bumpversion, and to use a cross-platform sed invokation.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 3d82821..8febcaf 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,8 +1,7 @@
include LICENSE
include CHANGELOG.md
-include *.sh
-include dev-requirements.txt
include tox.ini
+graft dev
graft docs
graft natsort
graft tests