Commit graph

16 commits

Author SHA1 Message Date
Louis Taylor
affcc28c65 Add python 3.5 to trove classifiers 2015-12-14 18:03:32 +00:00
Louis Taylor
6242cc0db6 Update clone uri 2015-12-14 18:02:39 +00:00
Louis Taylor
99d763b7c1 Merge pull request #5 from Qinusty/patch-1
Fixed PyPI image link format
2015-12-09 19:47:25 +00:00
Josh
5060edf4b1 Fixed PyPI image link format 2015-12-09 19:45:49 +00:00
Louis Taylor
b8fb7486fd Update default name/email
Typing this out over and over again gets old. PRs welcome for something
more generalized.
2015-09-30 21:56:15 +01:00
Louis Taylor
2344e5bdc2 Update python 3 classifiers
Bump to py34, since that's the default version we against.
2015-07-24 17:40:17 +01:00
Sam Clements
6e5e9486cc Merge pull request #4 from kragniz/no-maintainer
Remove maintainer_name and maintainer_email
2015-04-19 22:41:13 +01:00
Louis Taylor
5206dd69ce Remove maintainer_name and maintainer_email
The current default of having a dedicated option for the maintainer is a
bit annoying:

  - If someone is using a cookiecutter template, they are most likely
    starting a new project, which means they are both the author and the
    maintainer. In this case, only author needs to be set.

  - The current default of null doesn't entirely work, and you're left
    with things like `__maintainer__ = 'None <None>'` in a few places.
    Having to remove these by hand is a little tedious.

To keep with the minimalism, this commit just removes the option to set
maintainer_name and maintainer_email.
2015-04-19 22:35:54 +01:00
Sam Clements
6aef641a0e Merge pull request #3 from wonderb0lt/patch-1
Don't remove whitespaces for maintainer name
2015-04-15 15:17:10 +01:00
Patrick Stegmann
221154da0f Don't remove whitespaces for maintainer name
This leads to the output to be formatted like this:

    __author__ = 'abc'__maintainer__ = 'xyz'

which is a syntax error
2015-04-15 10:33:41 +02:00
Sam Clements
166ba3577c Merge pull request #2 from kragniz/patch-1
Add py34 to list of default envs
2015-04-09 20:21:50 +01:00
Louis Taylor
a84d7bf8ea Add py34 to list of default envs 2015-04-09 19:04:13 +01:00
Sam Clements
bb4d08791a Minor README improvements 2014-10-01 14:11:26 +01:00
Sam Clements
bbecba509b Fix everything 2014-03-06 13:37:41 +00:00
Sam Clements
66702da299 Inital commit 2014-03-06 13:21:47 +00:00
Sam Clements
cd7c7d047a Initial commit 2014-03-06 03:50:40 -08:00