summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polyconseil.fr>2016-09-01 13:36:37 +0200
committerRaphaël Barrois <raphael.barrois@polyconseil.fr>2016-09-01 13:48:55 +0200
commitae9ccbd5178f359a4e07a7491c629b10a3843133 (patch)
tree1811ba6e1ca59266ab0598dbbb17778652967de7 /MANIFEST.in
parent112ce0dc974eec7fdb1b3abbd32dce029b2e7828 (diff)
downloadsemantic-version-ae9ccbd5178f359a4e07a7491c629b10a3843133.tar.gz
Rearrange test suite.
* Use tox * Add a full linting step
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in20
1 files changed, 11 insertions, 9 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index c35e2a3..7b49f89 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,9 +1,11 @@
-include CREDITS
-include ChangeLog
-include LICENSE
-include README.rst
-include docs/Makefile
-recursive-include docs *.py *.rst
-include docs/_static/.keep_dir
-prune docs/_build
-recursive-include tests *.py
+include CREDITS ChangeLog LICENSE README.rst
+include requirements*.txt
+
+graft semantic_version
+
+prune docs
+prune tests
+
+global-exclude .py[cod] __pycache__
+
+exclude Makefile tox.ini .flake8