2317b52dab
Change setup.cfg to pyproject.toml
2024-05-20 18:53:58 +10:00
Alexander Wainwright
e7079c2e17
Initial commit
2023-06-01 20:14:37 +10: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
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
Laurent LAPORTE
8c06f1e534
The tests directory should not be a Python package.
2018-10-06 14:44:19 +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
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
Josh
5060edf4b1
Fixed PyPI image link format
2015-12-09 19:45:49 +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
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
Louis Taylor
a84d7bf8ea
Add py34 to list of default envs
2015-04-09 19:04:13 +01:00
Sam Clements
bbecba509b
Fix everything
2014-03-06 13:37:41 +00:00