restore check-manifst functionality

This commit is contained in:
Ronny Pfannschmidt 2017-04-19 20:12:38 +02:00
parent 31e6fe8f52
commit c0a51f5662
2 changed files with 2 additions and 1 deletions

View File

@ -18,4 +18,3 @@ if os.path.isdir('.git'):
else:
print('No .git directory found, skipping checking the manifest file')
sys.exit(0)

View File

@ -47,6 +47,8 @@ commands=
[testenv:linting]
basepython = python2.7
setenv = # needed to keep check-manifest working
SETUPTOOLS_SCM_PRETEND_VERSION=0.0.1
deps =
flake8
# pygments required by rst-lint