summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update changelog2.12.2Jason R. Coombs2017-10-271-0/+5
* Merge https://github.com/jaraco/skeletonJason R. Coombs2017-10-275-51/+38
|\
| * Add documentation badge.Jason R. Coombs2017-10-171-0/+3
| * Remove downloads shield, no longer available.Jason R. Coombs2017-10-161-2/+0
| * Add a license file. Fixes jaraco/skeleton#1.Jason R. Coombs2017-09-262-8/+7
| * --add doesn't work in a listJason R. Coombs2017-09-211-1/+2
| * Remove 'bootstrap', artifact from setuptoolsJason R. Coombs2017-09-191-1/+0
| * Use stages in travis to have deployment depend on success in all Python versi...Jason R. Coombs2017-09-181-20/+29
| * Check the docs during testsJason R. Coombs2017-09-132-1/+4
* | Merge pull request #32 from benoit-pierre/fix_dependency_links_support2.12.1Jason R. Coombs2017-09-063-2/+22
|\ \
| * | Commit to 2.12.1Jason R. Coombs2017-09-061-2/+2
| * | update changelogBenoit Pierre2017-09-061-0/+5
| * | fix support for `dependency_links`Benoit Pierre2017-09-062-2/+17
|/ /
* | 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