diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-11-14 09:49:03 -0600 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-11-14 09:49:03 -0600 |
| commit | 662d787285a5eb7a18e97eeb0226b0ef0bc9d71a (patch) | |
| tree | 6f5f9b627ec25904f8ffc29c955ca4690b39d311 | |
| parent | f6f01b469ccabdb78c95399d5cb50d94f69bdef9 (diff) | |
| download | flake8-662d787285a5eb7a18e97eeb0226b0ef0bc9d71a.tar.gz | |
Revert "Update release machinery to include manpages"
This reverts commit f6f01b469ccabdb78c95399d5cb50d94f69bdef9.
| -rw-r--r-- | MANIFEST.in | 1 | ||||
| -rw-r--r-- | setup.py | 3 | ||||
| -rw-r--r-- | tox.ini | 9 |
3 files changed, 0 insertions, 13 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 4d23a63..74b090b 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -7,4 +7,3 @@ recursive-include docs *.rst *.py recursive-include tests *.py *.ini *.rst *_diff recursive-include src *.py prune docs/build/ -include docs/build/man/* @@ -112,9 +112,6 @@ setuptools.setup( 'quiet-nothing = flake8.formatting.default:Nothing', ], }, - data_files=[ - ('/usr/local/share/man/man1', ['docs/build/man/flake8.1']), - ], classifiers=[ "Environment :: Console", "Framework :: Flake8", @@ -97,13 +97,6 @@ deps = -rdocs/source/requirements.txt commands = sphinx-build -E -W -c docs/source/ -b html docs/source/ docs/build/html - {[testenv:manpages]commands} - -[testenv:manpages] -basepython = python3 -deps = - -rdocs/source/requirements.txt -commands = sphinx-build -E -W -c docs/source/ -b man docs/source/ docs/build/man [testenv:serve-docs] @@ -128,9 +121,7 @@ skip_install = true deps = wheel setuptools - {[testenv:manpages]deps} commands = - {[testenv:manpages]commands} python setup.py -q sdist bdist_wheel [testenv:release] |
