We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bc074c commit 74e395fCopy full SHA for 74e395f
MANIFEST.in
@@ -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
10
11
# Include the data files
12
recursive-include data *
tox.ini
@@ -18,7 +18,7 @@ deps =
18
{py27,py33,py34}: readme
19
flake8
20
commands =
21
- check-manifest
+ check-manifest --ignore tox.ini,tests*
22
# py26 doesn't have "setup.py check"
23
{py27,py33,py34}: python setup.py check -m -r -s
24
flake8 .
0 commit comments