diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-11-14 09:48:48 -0600 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-11-14 09:48:48 -0600 |
| commit | f6f01b469ccabdb78c95399d5cb50d94f69bdef9 (patch) | |
| tree | e35c8a47ed323d219d20ca0bebf4b7b1dc5e7e36 /setup.py | |
| parent | 7e44b47c9ede5789177de9fa55b5b19af59cdaba (diff) | |
| download | flake8-f6f01b469ccabdb78c95399d5cb50d94f69bdef9.tar.gz | |
Update release machinery to include manpages3.1.0
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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", |
