summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Update changelog2.10.1Jason R. Coombs2016-10-241-0/+5
* | | Merge with skeletonJason R. Coombs2016-10-248-13/+21
|\ \ \ | |/ /
| * | 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 PEP-42...Jason R. Coombs2016-10-021-0/+1
| * | 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 jaraco/sk...Jason R. Coombs2016-09-301-0/+4
| * | 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 ha...Jason R. Coombs2016-09-231-1/+1
| * | Use pkg_resources to resolve the version. Requires that the necessary package...Jason R. Coombs2016-09-231-2/+2
| * | Use tox instead of pytest-runnerJason R. Coombs2016-09-226-10/+9
* | | prevent mutating opts while iterating (#21)Eric Brunson2016-10-241-1/+1
* | | Merge pull request #22 from cocoatomo/patch-1Ronny Pfannschmidt2016-10-241-1/+1
|\ \ \
| * | | Fix typococoatomo2016-10-241-1/+1
|/ / /
* | | Remove hg metadata2.10Jason R. Coombs2016-09-182-28/+0
* | | Reimplement run method to rely more on Setuptools' implementation when possible.Jason R. Coombs2016-09-181-6/+17
| |/ |/|
* | Enable subprocesses to inherit the dependency context. Fixes #20.Jason R. Coombs2016-09-182-13/+80
* | Prefer rwt for standalone script dependency resolution.Jason R. Coombs2016-09-181-0/+4
* | Merge with latest skeletonJason R. Coombs2016-09-173-5/+3
|\ \ | |/