Skip to content

Commit 71d0790

Browse files
Merge pull request #242 from RonnyPfannschmidt/reintroduce-manifest
reintroduce a manifest, fixes #211
2 parents 96f68bb + 2d52bbc commit 71d0790

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

MANIFEST.in

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,14 @@ commands =
3030

3131
[testenv:check_readme]
3232
skip_install=True
33+
setenv = SETUPTOOLS_SCM_PRETEND_VERSION=2.0
3334
deps=
3435
readme
36+
check-manifest
3537
commands=
3638
python setup.py check -r -s
3739
rst2html.py README.rst {envlogdir}/README.html --strict []
40+
check-manifest
3841

3942
[testenv:upload]
4043
deps=

0 commit comments

Comments
 (0)