diff --git a/MANIFEST.in b/MANIFEST.in index 9fc16c553..266a9184d 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ -include CHANGELOG +include CHANGELOG.rst include LICENSE include AUTHORS diff --git a/tox.ini b/tox.ini index 747682905..d8472bc21 100644 --- a/tox.ini +++ b/tox.ini @@ -34,7 +34,7 @@ commands= py.test --genscript=pytest1 [testenv:linting] basepython = python2.7 deps = flake8 - restructuredtext_lint + restructuredtext_lint commands = flake8 pytest.py _pytest testing rst-lint CHANGELOG.rst