Commit graph

34 commits

Author SHA1 Message Date
Ian Cordasco
5b6b4cd1e4 Fixes #12. Not important but might as well. 2012-11-06 17:46:51 -05:00
mrlabbe
164a32126c Merged changes from origin 2012-10-03 07:38:20 -04:00
mrlabbe
557feff3eb add cmd script only on windows (as per issue #22 specification) 2012-09-26 08:06:25 -04:00
Peter Teichman
4a7b381fc0 Merge from the flake8 trunk 2012-09-15 13:52:37 -04:00
mrlabbe
bb3dcbd321 Add entry_points only with setuptools and command only w/o setuptools 2012-09-14 08:45:48 -04:00
Peter Teichman
c6ac38cd70 Incorporate patch review on Flake8Command
* add a note about the setuptools command to README
* don't install the Flake8Command entry point without setuptools
* fix a bug in Flake8Command that might cause double checking
  of files in 'packages'
2012-09-12 18:44:24 -04:00
Mathieu Agopian
7be297cd1e test_suite and tests_require only available when using setuptools 2012-09-12 11:39:36 +02:00
Peter Teichman
2e04e30d51 add Flake8Command, a setuptools command
This runs flake8 with the default options on all Python files
referenced by a package's setup.py. It works with both
package-based and py_modules-based file lists.
2012-09-09 08:24:04 -04:00
Mathieu Agopian
1492f618cb adds test_suite and tests_require in setup.py 2012-09-08 12:10:14 +02:00
mlabbe
a312a1a08f added cmd script (and scripts subfolder) 2012-09-05 17:59:29 -04:00
mrlabbe
a89b840960 added entry point for flake8 command 2012-09-05 13:17:02 -04:00
Tarek Ziade
aaa14dc4e1 fixed the stdin, thanks to zeeg 2012-07-27 11:52:37 +02:00
Tarek Ziade
3027204914 ignore warning on the import - fixes #9 2012-02-21 09:47:05 +01:00
Tarek Ziade
232fc33060 removing setuptools dep for py3 and install 2012-02-14 21:19:03 +01:00
Tarek Ziade
1633d9a269 cleanup 2012-02-14 13:25:42 +01:00
Tarek Ziade
3fabe017ae display all versions in --version - fixes #7 2012-02-14 13:18:16 +01:00
Tarek Ziade
1fb8c5113b moved flake8 script so it does not interfer with virtualenv since we;re now allowing setuptools-based installation 2012-02-14 13:12:22 +01:00
Ask Solem
d5d28da816 setup.py: Use setuptools if available, for 'develop' command 2012-02-06 15:55:34 +00:00
Tarek Ziade
284aca6a9c starting 1.1 2011-11-29 13:45:02 +01:00
Tarek Ziade
d0dc42f37a starting 1.0 2011-11-09 14:50:30 +01:00
Tarek Ziade
fc026a5e8a prep for 0.9 2011-11-09 14:43:23 +01:00
Tarek Ziade
4512b5f650 bump release 2011-02-27 17:31:12 +01:00
Tarek Ziade
df4358dfcc bumped release 2011-02-18 09:16:39 +01:00
Tarek Ziade
a715eaa750 typo 2011-02-15 15:06:43 +01:00
Tarek Ziade
4e2b37acf9 bumped rev 2011-02-15 11:55:52 +01:00
Tarek Ziade
1acdac96e3 bump version 2011-02-13 13:15:48 +01:00
Tarek Ziade
fd5d56fe7b bumped 2011-02-08 12:06:11 +01:00
Tarek Ziade
cdadaad437 bumped 2011-02-08 11:48:18 +01:00
Tarek Ziade
53f153dc12 bumped revision 2011-01-26 11:59:20 +01:00
Tarek Ziade
4f6d1eb6cc added author_email 2010-08-12 15:36:51 +02:00
Tarek Ziade
c35ff7c583 more description 2010-08-12 15:34:39 +02:00
Tarek Ziade
9e283b063f fixed outputs 2010-08-12 15:02:26 +02:00
Tarek Ziade
0d0b77f79d Added a README 2010-08-12 14:44:56 +02:00
Tarek Ziade
0da965fa72 initial commit 2010-08-12 14:40:53 +02:00