mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-05 04:36:52 +00:00
Update release machinery to include manpages
This commit is contained in:
parent
7e44b47c9e
commit
f6f01b469c
3 changed files with 13 additions and 0 deletions
3
setup.py
3
setup.py
|
|
@ -112,6 +112,9 @@ 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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue