diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-02-06 14:36:26 -0600 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-02-06 14:36:26 -0600 |
| commit | 63b50bc1f4dbfb848d24cafd1c4a9e5e379508dc (patch) | |
| tree | 5b68f98cdc4e7a92291a52ec6d29c341bda48234 /setup.py | |
| parent | 35bb32d94e56e13d4c98c0874b2a6d45b5bc2c91 (diff) | |
| download | flake8-63b50bc1f4dbfb848d24cafd1c4a9e5e379508dc.tar.gz | |
Add more functionality to the BaseFormatter
Ensure setuptools knows about flake8.formatting
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -58,6 +58,7 @@ setuptools.setup( url="https://gitlab.com/pycqa/flake8", packages=[ "flake8", + "flake8.formatting", "flake8.main", "flake8.options", "flake8.plugins", |
