Skip to content

Commit 74e395f

Browse files
committed
don't include tests, tox.ini, or .travis.yml in the sdist, and don't have check-manifest worrying about it
1 parent 1bc074c commit 74e395f

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

MANIFEST.in

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
# project root files to add to sdist (these won't be installed)
2-
include README.rst
3-
include tox.ini
4-
include .travis.yml
5-
6-
7-
# this is needed if you want the tests included in the sdist. We excluded
8-
# `tests` in the find_packages call in setup.py so that tests would not be installed.
9-
recursive-include tests *.py
101

112
# Include the data files
123
recursive-include data *

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ deps =
1818
{py27,py33,py34}: readme
1919
flake8
2020
commands =
21-
check-manifest
21+
check-manifest --ignore tox.ini,tests*
2222
# py26 doesn't have "setup.py check"
2323
{py27,py33,py34}: python setup.py check -m -r -s
2424
flake8 .

0 commit comments

Comments
 (0)