Add CHANGELOG.rst to MANIFEST and small format fix
This commit is contained in:
parent
3e34db50fb
commit
3daa0756eb
|
@ -1,4 +1,4 @@
|
||||||
include CHANGELOG
|
include CHANGELOG.rst
|
||||||
include LICENSE
|
include LICENSE
|
||||||
include AUTHORS
|
include AUTHORS
|
||||||
|
|
||||||
|
|
2
tox.ini
2
tox.ini
|
@ -34,7 +34,7 @@ commands= py.test --genscript=pytest1
|
||||||
[testenv:linting]
|
[testenv:linting]
|
||||||
basepython = python2.7
|
basepython = python2.7
|
||||||
deps = flake8
|
deps = flake8
|
||||||
restructuredtext_lint
|
restructuredtext_lint
|
||||||
commands = flake8 pytest.py _pytest testing
|
commands = flake8 pytest.py _pytest testing
|
||||||
rst-lint CHANGELOG.rst
|
rst-lint CHANGELOG.rst
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue