Skip to content

Commit 3daa075

Browse files
committed
Add CHANGELOG.rst to MANIFEST and small format fix
1 parent 3e34db5 commit 3daa075

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include CHANGELOG
1+
include CHANGELOG.rst
22
include LICENSE
33
include AUTHORS
44

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ commands= py.test --genscript=pytest1
3434
[testenv:linting]
3535
basepython = python2.7
3636
deps = flake8
37-
restructuredtext_lint
37+
restructuredtext_lint
3838
commands = flake8 pytest.py _pytest testing
3939
rst-lint CHANGELOG.rst
4040

0 commit comments

Comments
 (0)