summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add support for Python 2.6 in docs confskeletonJason R. Coombs2017-01-242-0/+4
|
* Add PEP substitution in changelog.Jason R. Coombs2017-01-231-0/+4
|
* No longer rely on setup_requires for wheel.Jason R. Coombs2017-01-191-5/+1
|
* Use Python 3.6 by defaultJason R. Coombs2017-01-171-2/+2
|
* setup is already present in the module name. Just call them params.Jason R. Coombs2017-01-051-2/+2
|
* Default upload URL is now in Python 3.6. Use that.Jason R. Coombs2017-01-021-3/+0
|
* Strip the trailing newline and then split on newline.Jason R. Coombs2016-12-231-1/+1
|
* Also grab the author from the package metadataJason R. Coombs2016-12-231-3/+4
|
* Also get the URL from the project metadataJason R. Coombs2016-12-231-3/+4
|
* No longer rely on the package being installed to retrieve the version. ↵Jason R. Coombs2016-12-231-4/+10
| | | | Instead, load the project name and version by invoking the setup script.
* Prefer get_distributionJason R. Coombs2016-12-231-1/+1
|
* Remove rant about docs. If there's no link to the docs, then this is the docs.Jason R. Coombs2016-12-231-10/+0
|
* Skip upload docs as it's deprecated anywayJason R. Coombs2016-12-151-0/+1
|
* Add note about the broken docs problem.Jason R. Coombs2016-11-041-0/+14
|
* Update config to support building on ReadTheDocsJason R. Coombs2016-11-042-1/+2
|
* Bump to setuptools_scm 1.15.0.Jason R. Coombs2016-10-242-3/+1
|
* Gotta get an sdist - so use one jaraco builtJason R. Coombs2016-10-201-1/+1
|
* Update to setuptools_scm 1.15.0rc1Jason R. Coombs2016-10-201-1/+1
|
* Need a later version of setuptools_scm until it's released.Jason R. Coombs2016-10-151-0/+2
|
* Allow passing posargsJason R. Coombs2016-10-141-1/+1
|
* Exclude versions of setuptools_scm due to pypa/setuptools_scm#109.Jason R. Coombs2016-10-141-1/+1
|
* Just upgrade to released setuptools now.Jason R. Coombs2016-10-071-2/+1
|
* Incorporate pre-release of setuptools to cause releases to include the ↵Jason R. Coombs2016-10-021-0/+1
| | | | PEP-420 deferral.
* Use usedevelop to workaround tox-dev/tox#373Jason R. Coombs2016-09-301-0/+1
|
* Provide a reference to the license declaration in the readme. Fixes ↵Jason R. Coombs2016-09-301-0/+4
| | | | jaraco/skeleton#1.
* Python Packaging -- never do with one command what you can do with two.Jason R. Coombs2016-09-281-0/+2
|
* Each requirement line is passed as a single parameter to pip, so you can't ↵Jason R. Coombs2016-09-231-1/+1
| | | | have a space separating the option and its value.
* Use pkg_resources to resolve the version. Requires that the necessary ↵Jason R. Coombs2016-09-231-2/+2
| | | | package metadata have been built before building docs.
* Use tox instead of pytest-runnerJason R. Coombs2016-09-226-10/+9
|
* Remove support for building docs, now that docs support for pypi is ↵Jason R. Coombs2016-09-142-5/+3
| | | | deprecated. I hope at some point RTD comes up with an API that once again allows automatic building of docs.
* No need for a .gitignore file; projects may want to add one, but I recommend ↵Jason R. Coombs2016-09-041-0/+0
| | | | not having one unless the project has project-specific files to ignore.
* The name of the project need not be in the READMEJason R. Coombs2016-08-151-3/+0
|
* Update release process to use warehouse rather than legacy PyPI. Ref ↵Jason R. Coombs2016-08-092-2/+7
| | | | pypa/warehouse#1422.
* Path is now .orgJason R. Coombs2016-08-081-1/+1
|
* Also add pyversionsJason R. Coombs2016-08-031-0/+2
|
* Use shields.io, as some of these other providers seem to have gone out of ↵Jason R. Coombs2016-08-031-6/+5
| | | | business.
* Change indentation to match that which the travis tool generates when adding ↵Jason R. Coombs2016-08-031-1/+1
| | | | the password.
* Add badges for PyPI, downloads, and Travis-CI.Jason R. Coombs2016-08-031-0/+9
|
* Exclude the skeleton branch from testingJason R. Coombs2016-05-241-0/+3
|
* Update comment to reflect the Github-backed skeleton model (preferred to the ↵Jason R. Coombs2016-04-291-2/+2
| | | | generation library-backed model).
* Move Python 3.5 condition to 'on' sectionJason R. Coombs2016-04-161-1/+1
|
* Add support for linking to issues and adding datestamps to changelog entries.Jason R. Coombs2016-04-023-2/+22
|
* Remove duplicate provider lineJason R. Coombs2016-04-021-1/+0
|
* Add PyPI deploymentJason R. Coombs2016-04-021-4/+14
|
* Derive description, url, and namespace_packages from nameJason R. Coombs2016-03-051-3/+7
|
* Learning from lessons in the keyring 8.4 release ↵Jason R. Coombs2016-02-151-1/+1
| | | | (https://github.com/jaraco/keyring/issues/210), always clean the build artifacts before cutting a release.
* Update copyrightJason R. Coombs2016-01-011-1/+1
|
* Upon further reading, hg-git supports .gitignore, so omit .hgignore.Jason R. Coombs2016-01-011-0/+0
|
* Add gitignore. Make .hgignore empty - there's nothing here that's project ↵Jason R. Coombs2016-01-012-2/+0
| | | | specific.
* Remove the package from the skeleton. It has no value.Jason R. Coombs2015-12-261-0/+0
|