summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Update name across the project post-marriageIan Stapleton Cordasco2017-07-271-1/+1
* Use extras_require instead of conditional code.Zvezdan Petkovic2017-07-101-4/+11
* Add lower bound on setuptoolsIan Cordasco2017-05-121-0/+1
* Allow newer pycodestyleAnthony Sottile2017-02-021-1/+1
* Add "Development Status" classifier to setup.pyJon Dufresne2017-01-261-0/+1
* Update dependencies for Python 3.6Ian Cordasco2017-01-231-1/+3
* Add AST support for Python 3.6Ian Cordasco2017-01-151-1/+2
* Require mock 2.0.0, because unit tests are failing on older oneOndřej Nový2016-11-221-1/+1
* Release 3.2.03.2.0Ian Cordasco2016-11-141-1/+1
* Revert "Update release machinery to include manpages"Ian Cordasco2016-11-141-3/+0
* Update release machinery to include manpages3.1.0Ian Cordasco2016-11-141-0/+3
* Merge branch 'patch-1' of github.com/alex/flake8Ian Cordasco2016-11-091-1/+1
|\
| * Permit pycodestyle 2.1.x to be usedAlex Gaynor2016-11-051-1/+1
* | Fixed E305: expected 2 blank lines after class or function definitionOndřej Nový2016-11-081-0/+1
|/
* Bumped maximum pyflakes version to allow usage of pyflakes 1.3Alex Gaynor2016-09-021-1/+1
* Fix handling of logical lines with noqaIan Cordasco2016-07-261-2/+2
* Handle repeated --quiet options againIan Cordasco2016-07-251-0/+2
* Clean up setup.py a bitIan Cordasco2016-06-301-22/+4
* Open our README appropriatelyIan Cordasco2016-06-261-1/+2
* Add the long description back to setup.pyIan Cordasco2016-06-251-1/+1
* Update the packaging so wheels workIan Cordasco2016-06-251-1/+2
* Move flake8 into srcIan Cordasco2016-06-251-0/+4
* Switch to pycodestyle and start constraining versions againIan Cordasco2016-06-201-4/+6
* Add setuptools integrationIan Cordasco2016-06-161-2/+6
* Remove CHANGES.rstIan Cordasco2016-06-141-1/+1
* Convert flake8.api to a submoduleIan Cordasco2016-06-111-0/+1
* Use function for pep8 pluginsIan Cordasco2016-06-091-36/+34
* Update dependency version constraintsIan Cordasco2016-05-301-2/+2
* Handle sdist installation without toxIan Cordasco2016-05-301-0/+3
* Rely on Python 3.4 backport of configparserIan Cordasco2016-05-301-1/+1
* Remove 2.6 from testing matrixIan Cordasco2016-03-181-0/+3
* Add pep8 checks to plugins listIan Cordasco2016-03-101-0/+36
* Make flake8 actually workIan Cordasco2016-03-101-0/+1
* Re-order project imports based on flake8-import-orderIan Cordasco2016-02-251-2/+4
* Be consistent in setup.pyIan Cordasco2016-02-191-1/+1
* Add pylint formatterIan Cordasco2016-02-071-0/+1
* Fix our entry-points for report formattersIan Cordasco2016-02-071-2/+2
* Add default formatting classIan Cordasco2016-02-061-0/+3
* Add more functionality to the BaseFormatterIan Cordasco2016-02-061-0/+1
* Add handling and decision making for select and ignoreIan Cordasco2016-02-021-5/+12
* Update setup.py for new entry-points and packagesIan Cordasco2016-01-161-4/+9
* Add more docstrings and fix lint errorsIan Cordasco2016-01-101-0/+2
* Update setup.pyIan Cordasco2016-01-101-12/+8
* Add the options submodule to the packageIan Cordasco2016-01-091-1/+1
* Bare bones of a notification systemIan Cordasco2015-12-281-0/+75