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.
2 parents 96f68bb + 2d52bbc commit 71d0790Copy full SHA for 71d0790
MANIFEST.in
@@ -0,0 +1,8 @@
1
+exclude *.nix
2
+exclude appveyor.yml
3
+exclude .travis.yaml
4
+include *.py
5
+include testing/*.py
6
+include tox.ini
7
+include *.rst
8
+include LICENSE
tox.ini
@@ -30,11 +30,14 @@ commands =
30
31
[testenv:check_readme]
32
skip_install=True
33
+setenv = SETUPTOOLS_SCM_PRETEND_VERSION=2.0
34
deps=
35
readme
36
+ check-manifest
37
commands=
38
python setup.py check -r -s
39
rst2html.py README.rst {envlogdir}/README.html --strict []
40
41
42
[testenv:upload]
43
0 commit comments