Commit graph

10 commits

Author SHA1 Message Date
Alexander Wainwright
e7079c2e17 Initial commit 2023-06-01 20:14:37 +10: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
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
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
Louis Taylor
affcc28c65 Add python 3.5 to trove classifiers 2015-12-14 18:03:32 +00: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
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
bbecba509b Fix everything 2014-03-06 13:37:41 +00:00
Renamed from {{cookiecutter.project_name}}/setup.py (Browse further)