Timo Rieber
62305e89cb
Update broken project links
2020-02-22 14:52:00 +01:00
Louis Taylor
b3d223a08a
Merge pull request #16 from laurent-laporte-pro/feature/license
...
Add the MIT license by default.
2018-10-08 23:19:15 +01:00
Laurent LAPORTE
c8364c709b
Rename the license file to LICENSE without extension, according to the [PyPA Guide]( https://packaging.python.org/tutorials/packaging-projects/#creating-the-package-files ).
2018-10-07 19:50:42 +02:00
Laurent LAPORTE
e3d6d72425
Add the MIT license by default.
2018-10-06 22:00:08 +02:00
Louis Taylor
aeeca1565c
Merge pull request #15 from laurent-laporte-pro/feature/tox_36_37
...
Support for Python 3.6 and 3.7
2018-10-06 15:36:26 +01:00
Louis Taylor
b7fa39960a
Merge pull request #14 from laurent-laporte-pro/fix/read_readme
...
README.rst uses 'utf-8' / Drop Sphinx Directives
2018-10-06 15:33:24 +01:00
Laurent LAPORTE
35be969259
Change the Tox configuration and setup.py to support Python 3.6 and 3.7
2018-10-06 15:35:38 +02:00
Laurent LAPORTE
0324d6bf18
Populate the project long_description by reading the README.rst file using "utf-8" encoding and excluding potential Sphinx directives.
2018-10-06 15:21:30 +02:00
Louis Taylor
c1a6513314
Merge pull request #12 from laurent-laporte-pro/fix/issue_11
...
`tests` directory should not be a package: remove `tests/__init__.py` and exclude it from `find_resources`.
2018-10-06 13:54:07 +01:00
Laurent LAPORTE
c06ee74072
Exclude the tests directory from the list of packages in the call of find_packages.
2018-10-06 14:44:26 +02:00
Laurent LAPORTE
8c06f1e534
The tests directory should not be a Python package.
2018-10-06 14:44:19 +02:00
Louis Taylor
1616e78573
Merge pull request #10 from denning/master
...
Fix links.
2017-04-01 14:04:31 +01:00
Dylan Peter Hayward
33d7a0bfc5
Fix links.
2017-04-01 11:32:03 +02:00
AlexV
7ce7d7839a
adding test that works for pytest and nose ( #9 )
...
* adding test that works for pytest and nose
* indentation fix
2017-02-22 09:33:19 +00:00
Louis Taylor
6c92b6bc2c
Merge pull request #7 from asmodehn/master
...
changing default package name for cookiecutter
2017-01-20 11:02:16 +00:00
AlexV
c10d2bf94f
changing default package name for cookiecutter
2017-01-20 14:42:32 +09:00
Louis Taylor
61a4aa5925
Add py35 tox env
2015-12-14 18:04:36 +00:00
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