mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-13 08:04:18 +00:00
Revert "Update release machinery to include manpages"
This reverts commit f6f01b469c.
This commit is contained in:
parent
f6f01b469c
commit
662d787285
3 changed files with 0 additions and 13 deletions
|
|
@ -7,4 +7,3 @@ recursive-include docs *.rst *.py
|
||||||
recursive-include tests *.py *.ini *.rst *_diff
|
recursive-include tests *.py *.ini *.rst *_diff
|
||||||
recursive-include src *.py
|
recursive-include src *.py
|
||||||
prune docs/build/
|
prune docs/build/
|
||||||
include docs/build/man/*
|
|
||||||
|
|
|
||||||
3
setup.py
3
setup.py
|
|
@ -112,9 +112,6 @@ setuptools.setup(
|
||||||
'quiet-nothing = flake8.formatting.default:Nothing',
|
'quiet-nothing = flake8.formatting.default:Nothing',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
data_files=[
|
|
||||||
('/usr/local/share/man/man1', ['docs/build/man/flake8.1']),
|
|
||||||
],
|
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Environment :: Console",
|
"Environment :: Console",
|
||||||
"Framework :: Flake8",
|
"Framework :: Flake8",
|
||||||
|
|
|
||||||
9
tox.ini
9
tox.ini
|
|
@ -97,13 +97,6 @@ deps =
|
||||||
-rdocs/source/requirements.txt
|
-rdocs/source/requirements.txt
|
||||||
commands =
|
commands =
|
||||||
sphinx-build -E -W -c docs/source/ -b html docs/source/ docs/build/html
|
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
|
sphinx-build -E -W -c docs/source/ -b man docs/source/ docs/build/man
|
||||||
|
|
||||||
[testenv:serve-docs]
|
[testenv:serve-docs]
|
||||||
|
|
@ -128,9 +121,7 @@ skip_install = true
|
||||||
deps =
|
deps =
|
||||||
wheel
|
wheel
|
||||||
setuptools
|
setuptools
|
||||||
{[testenv:manpages]deps}
|
|
||||||
commands =
|
commands =
|
||||||
{[testenv:manpages]commands}
|
|
||||||
python setup.py -q sdist bdist_wheel
|
python setup.py -q sdist bdist_wheel
|
||||||
|
|
||||||
[testenv:release]
|
[testenv:release]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue