summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Release v2.2.42.2.4Ian Cordasco2014-10-091-1/+1
* Use unittest.mock if availableLukasz Dobrzanski2014-09-101-1/+13
* Bump information necessary to release v2.2.02.2.0Ian Cordasco2014-06-221-1/+1
* Avoid an "imported but unused" warningFlorent Xicluna2014-04-271-1/+1
* Add a comment for the Nose workaroundFlorent Xicluna2014-03-301-0/+1
* Add changelog entriesFlorent Xicluna2014-03-301-2/+2
* Workaround for nose traceback on Python 2.6; fixes #109Florent Xicluna2014-03-301-0/+5
* Re-add mock since I forgot it was actively being usedIan Cordasco2013-10-121-1/+1
* Let's actually try out drone.ioIan Cordasco2013-10-121-1/+1
* These should have been committed over a week ago.Ian Cordasco2013-07-271-1/+1
* Really upgrade dependenciesFlorent Xicluna2013-07-041-2/+2
* Upgrade dependencies.Ian Cordasco2013-07-041-3/+3
* Upgrade mccabe.Marc Schlaich2013-04-031-1/+1
* Fix #83 (bitbucket)Ian Cordasco2013-03-241-3/+3
* Removing setuptools from setup requirementsDiogo Baeder2013-02-241-1/+0
* Upgrade requirements to pep8 1.4.3 and mccabe 0.2Florent Xicluna2013-02-221-2/+2
* Install mccabe as a dependencyFlorent Xicluna2013-02-211-1/+1
* setup.py: do not import the module to read the __version__Florent Xicluna2013-02-201-2/+7
* Move the changelog to CHANGES.rstFlorent Xicluna2013-02-201-2/+11
* setup.py: update descriptionFlorent Xicluna2013-02-201-1/+1
* setup.py: new topic classifiersFlorent Xicluna2013-02-201-2/+2
* setup.py: add classifiers for Python 2/3 compatibilityFlorent Xicluna2013-02-201-0/+2
* setup.py: allow upgrade of dependenciesFlorent Xicluna2013-02-201-2/+2
* setup.py: remove 'scripts' which is redundant with setuptools entry points; i...Florent Xicluna2013-02-201-2/+0
* setup.py: reorder entriesFlorent Xicluna2013-02-201-9/+9
* Upgrade McCabe checker as an extension; now it uses the ASTFlorent Xicluna2013-02-131-0/+1
* Create and enable the Pyflakes extensionFlorent Xicluna2013-02-131-1/+4
* Prepare moving Pyflakes as an extension: setuptools becomes mandatoryFlorent Xicluna2013-02-131-29/+13
* Bump to pep8 1.4.2 to remove some hacksIan Cordasco2013-02-091-1/+1
|\
| * Transition to pyflakes 0.6.1Ian Cordasco2013-02-081-1/+1
|/
* Pin pep8 dependecy.Ian Cordasco2013-01-181-1/+1
* Some changes re #59Ian Cordasco2013-01-111-3/+3
* Add myself as a maintainer in setup()Ian Cordasco2013-01-041-0/+2
* Mention changes in preparation for 2.0.0Ian Cordasco2013-01-021-1/+1
* Tentative independence from vendored pep8Ian Cordasco2012-12-291-7/+9
* A working version but still using a local copy of pep8Ian Cordasco2012-12-281-1/+1
* Start the refactor.Ian Cordasco2012-12-261-0/+1
* Fixes #12. Not important but might as well.Ian Cordasco2012-11-061-0/+0
* Merged changes from originmrlabbe2012-10-031-4/+4
|\
| * Merge from the flake8 trunkPeter Teichman2012-09-151-8/+9
| |\
| * | Incorporate patch review on Flake8CommandPeter Teichman2012-09-121-5/+7
| * | add Flake8Command, a setuptools commandPeter Teichman2012-09-091-0/+5
* | | add cmd script only on windows (as per issue #22 specification)mrlabbe2012-09-261-1/+6
* | | Add entry_points only with setuptools and command only w/o setuptoolsmrlabbe2012-09-141-6/+13
|\ \ \ | | |/ | |/|
| * | test_suite and tests_require only available when using setuptoolsMathieu Agopian2012-09-121-2/+6
| * | adds test_suite and tests_require in setup.pyMathieu Agopian2012-09-081-1/+3
| |/
* | added cmd script (and scripts subfolder)mlabbe2012-09-051-1/+1
* | added entry point for flake8 commandmrlabbe2012-09-051-1/+5
|/
* fixed the stdin, thanks to zeegTarek Ziade2012-07-271-1/+1
* ignore warning on the import - fixes #9Tarek Ziade2012-02-211-1/+1