Skip to content

Commit 662d787

Browse files
committedNov 14, 2016
Revert "Update release machinery to include manpages"
This reverts commit f6f01b4.
1 parent f6f01b4 commit 662d787

File tree

3 files changed

+0
-13
lines changed

3 files changed

+0
-13
lines changed
 

‎MANIFEST.in

-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ recursive-include docs *.rst *.py
77
recursive-include tests *.py *.ini *.rst *_diff
88
recursive-include src *.py
99
prune docs/build/
10-
include docs/build/man/*

‎setup.py

-3
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,6 @@ def get_long_description():
112112
'quiet-nothing = flake8.formatting.default:Nothing',
113113
],
114114
},
115-
data_files=[
116-
('/usr/local/share/man/man1', ['docs/build/man/flake8.1']),
117-
],
118115
classifiers=[
119116
"Environment :: Console",
120117
"Framework :: Flake8",

‎tox.ini

-9
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,6 @@ deps =
9797
-rdocs/source/requirements.txt
9898
commands =
9999
sphinx-build -E -W -c docs/source/ -b html docs/source/ docs/build/html
100-
{[testenv:manpages]commands}
101-
102-
[testenv:manpages]
103-
basepython = python3
104-
deps =
105-
-rdocs/source/requirements.txt
106-
commands =
107100
sphinx-build -E -W -c docs/source/ -b man docs/source/ docs/build/man
108101

109102
[testenv:serve-docs]
@@ -128,9 +121,7 @@ skip_install = true
128121
deps =
129122
wheel
130123
setuptools
131-
{[testenv:manpages]deps}
132124
commands =
133-
{[testenv:manpages]commands}
134125
python setup.py -q sdist bdist_wheel
135126

136127
[testenv:release]

0 commit comments

Comments
 (0)
Please sign in to comment.