File tree 3 files changed +0
-13
lines changed
3 files changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,3 @@ recursive-include docs *.rst *.py
7
7
recursive-include tests *.py *.ini *.rst *_diff
8
8
recursive-include src *.py
9
9
prune docs/build/
10
- include docs/build/man/*
Original file line number Diff line number Diff line change @@ -112,9 +112,6 @@ def get_long_description():
112
112
'quiet-nothing = flake8.formatting.default:Nothing' ,
113
113
],
114
114
},
115
- data_files = [
116
- ('/usr/local/share/man/man1' , ['docs/build/man/flake8.1' ]),
117
- ],
118
115
classifiers = [
119
116
"Environment :: Console" ,
120
117
"Framework :: Flake8" ,
Original file line number Diff line number Diff line change @@ -97,13 +97,6 @@ deps =
97
97
-rdocs/source/requirements.txt
98
98
commands =
99
99
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 =
107
100
sphinx-build -E -W -c docs/source/ -b man docs/source/ docs/build/man
108
101
109
102
[testenv:serve-docs]
@@ -128,9 +121,7 @@ skip_install = true
128
121
deps =
129
122
wheel
130
123
setuptools
131
- {[testenv:manpages]deps}
132
124
commands =
133
- {[testenv:manpages]commands}
134
125
python setup.py -q sdist bdist_wheel
135
126
136
127
[testenv:release]
You can’t perform that action at this time.
0 commit comments