summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* No longer rely on setup_requires for wheel.Jason R. Coombs2017-01-191-5/+1
|
* setup is already present in the module name. Just call them params.Jason R. Coombs2017-01-051-2/+2
|
* Bump to setuptools_scm 1.15.0.Jason R. Coombs2016-10-241-1/+1
|
* Exclude versions of setuptools_scm due to pypa/setuptools_scm#109.Jason R. Coombs2016-10-141-1/+1
|
* Use tox instead of pytest-runnerJason R. Coombs2016-09-221-6/+1
|
* Remove support for building docs, now that docs support for pypi is ↵Jason R. Coombs2016-09-141-4/+2
| | | | deprecated. I hope at some point RTD comes up with an API that once again allows automatic building of docs.
* Update comment to reflect the Github-backed skeleton model (preferred to the ↵Jason R. Coombs2016-04-291-2/+2
| | | | generation library-backed model).
* Add support for linking to issues and adding datestamps to changelog entries.Jason R. Coombs2016-04-021-1/+1
|
* Derive description, url, and namespace_packages from nameJason R. Coombs2016-03-051-3/+7
|
* Generate project skeletonJason R. Coombs2015-12-191-0/+51