summaryrefslogtreecommitdiff
path: root/src/flake8/main/setuptools_command.py
Commit message (Collapse)AuthorAgeFilesLines
* Update setuptools integration for setup.cfgbug/163Ian Cordasco2016-07-091-5/+20
| | | | | | | | | | When flake8's config is in setup.cfg, setuptools attempts to set those options on the command instance. If they don't exist, it fails early complaining that a specific option does not exist. This adds this back and does it better than the Flake8 2.x version. Closes #163
* Move flake8 into srcIan Cordasco2016-06-251-0/+77
This is an emerging best practice and there is little reason to not follow it