We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e34db5 commit 3daa075Copy full SHA for 3daa075
MANIFEST.in
@@ -1,4 +1,4 @@
1
-include CHANGELOG
+include CHANGELOG.rst
2
include LICENSE
3
include AUTHORS
4
tox.ini
@@ -34,7 +34,7 @@ commands= py.test --genscript=pytest1
34
[testenv:linting]
35
basepython = python2.7
36
deps = flake8
37
- restructuredtext_lint
+ restructuredtext_lint
38
commands = flake8 pytest.py _pytest testing
39
rst-lint CHANGELOG.rst
40
0 commit comments