summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Drop support for Python 2.6feature/drop-py26Jason R. Coombs2017-09-033-21/+7
* Merge https://github.com/jaraco/skeleton2.12Jason R. Coombs2017-09-038-40/+63
|\
| * Inspired by pypa/setuptools#1059, use the preferred bdist_wheel heading.Jason R. Coombs2017-08-261-1/+1
| * Restore support for namespace package declaration, selected on a 'nspkg_techn...Jason R. Coombs2017-08-141-0/+9
| * Use a simple build number rather than prefixing with '1.0.'Jason R. Coombs2017-06-041-0/+2
| * Remove namespace_packages declaration, no longer needed.Jason R. Coombs2017-05-121-1/+0
| * Require tox 2.4 or later; fixes #2.Jason R. Coombs2017-04-281-0/+3
| * Add appveyor script for CI testing on Windows.Jason R. Coombs2017-04-261-0/+19
| * Move requirements for docs and testing into extrasJason R. Coombs2017-04-215-10/+13
| * Add readthedocs yml fileJason R. Coombs2017-04-211-0/+3
| * The requirement is no longer needed for tests.Jason R. Coombs2017-03-301-1/+0
| * Use single-quotes to satisfy the style nazis.Jason R. Coombs2017-03-301-4/+4
| * Rely on jaraco.packaging for loading the package metadata from the package fo...Jason R. Coombs2017-03-302-26/+4
| * Include pytest-sugar for nicer test output.Jason R. Coombs2017-03-291-0/+1
| * Include the project (for docstrings). Include Sphinx (for environments where ...Jason R. Coombs2017-03-291-0/+2
| * Don't bother with copyright year(s). Let the repository history track the cha...Jason R. Coombs2017-03-291-4/+1
| * Add python_requires directive.Jason R. Coombs2017-03-121-0/+1
| * Set the origin date once and forget it.Jason R. Coombs2017-02-091-1/+5
* | Merge pull request #30 from benoit-pierre/rework_support_for_--allow-hosts/--...Jason R. Coombs2017-09-035-46/+224
|\ \
| * | Update changelog.Jason R. Coombs2017-09-032-0/+13
| * | Correct logic in marker_passes. Ref #30.Jason R. Coombs2017-09-031-3/+3
| * | rework support for --allow-hosts/--index-urlBenoit Pierre2017-08-301-41/+47
| * | fix support for --extrasBenoit Pierre2017-08-303-3/+162
|/ /
* | Merge commit 'bb6b39b'. Ref #28.2.11.1Jason R. Coombs2017-02-082-1/+6
|\ \
| * | Fix issue in marker evaluation logic. Fixes #28.Jason R. Coombs2017-02-081-1/+1
* | | Update changelog. Ref #27.2.11Jason R. Coombs2017-01-311-0/+6
* | | Run tests on nightly. Ref #23.Jason R. Coombs2017-01-311-0/+1
* | | Merge branch 'skeleton'Jason R. Coombs2017-01-312-0/+8
|\ \ \ | | |/ | |/|
| * | 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
* | | Use github URLJason R. Coombs2017-01-311-1/+1
* | | Rephrased usage section a bit (#27)Nils Werner2017-01-311-8/+8
* | | Merge skeletonJason R. Coombs2017-01-205-28/+20
|\ \ \ | |/ /
| * | 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. Instea...Jason R. Coombs2016-12-231-4/+10
| * | 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
* | | Fix typo in distributions, preventing releases. Fixes #26.Jason R. Coombs2017-01-201-1/+1
* | | Merge with updated skeletonJason R. Coombs2016-12-075-4/+17
|\ \ \ | |/ /
| * | 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
* | | Remove latent reference to project no longer using pytest-runner. Fixes #24.Jason R. Coombs2016-12-071-3/+3