From 3daa0756ebcfd2a7b9475bf108bb243dde3226b6 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Tue, 5 Jan 2016 20:01:41 -0200 Subject: [PATCH] Add CHANGELOG.rst to MANIFEST and small format fix --- MANIFEST.in | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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