From 0302a813bf508a7b26220ee3dc7491183becb0c9 Mon Sep 17 00:00:00 2001 From: Seth M Morton Date: Sat, 12 May 2018 22:55:16 -0700 Subject: Move package to src/natsort. This makes it more clear during testing that the actual code that is installed is being tested, and not the package in the development area. --- MANIFEST.in | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'MANIFEST.in') diff --git a/MANIFEST.in b/MANIFEST.in index 270eb70..f8a611d 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,16 +1,14 @@ include README.rst include LICENSE include *.md -include *requirements.txt -recursive-include natsort *.py -recursive-include test_natsort *.py +include Pipfile include setup.py include setup.cfg include tox.ini include .travis.yml include .coveragerc include .gitignore -include .hgignore -prune natsort/__pycache__ -prune test_natsort/__pycache__ -graft docs/source +graft docs +graft src +graft test_natsort +global-exclude *.py[cod] __pycache__ *.so -- cgit v1.2.1