aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Bump version: 20.10.0 → 20.10.1v20.10.1Jason R. Coombs2016-04-251-1/+1
* Bump version: 20.9.0 → 20.10.0v20.10.0Jason R. Coombs2016-04-251-1/+1
* Bump version: 20.8.1 → 20.9.0v20.9.0Jason R. Coombs2016-04-161-1/+1
* bump certifi to 2016.2.28Gabi Davar2016-04-161-2/+2
* Bump version: 20.8.0 → 20.8.1v20.8.1Jason R. Coombs2016-04-151-1/+1
* Bump version: 20.7.0 → 20.8.0v20.8.0Jason R. Coombs2016-04-151-1/+1
* Bump version: 20.6.7 → 20.7.0v20.7.0Jason R. Coombs2016-04-101-1/+1
* MergeJason R. Coombs2016-04-011-1/+1
|\
| * Bump version: 20.6.6 → 20.6.7v20.6.7Jason R. Coombs2016-03-311-1/+1
* | Rename CHANGES and README files for nicer rendering on Github.Jason R. Coombs2016-04-011-1/+1
|/
* Ensure sphinx is present for building docsv20.6.6Jason R. Coombs2016-03-301-1/+1
* Bump version: 20.6.5 → 20.6.6Jason R. Coombs2016-03-301-1/+1
* Bump version: 20.6.4 → 20.6.5v20.6.5Jason R. Coombs2016-03-291-1/+1
* Bump version: 20.6.3 → 20.6.4v20.6.4Jason R. Coombs2016-03-291-1/+1
* Bump version: 20.6.2 → 20.6.3v20.6.3Jason R. Coombs2016-03-291-1/+1
* Bump version: 20.6.1 → 20.6.2v20.6.2Jason R. Coombs2016-03-291-1/+1
* Bump version: 20.6.0 → 20.6.1v20.6.1Jason R. Coombs2016-03-291-1/+1
* Bump version: 20.5.0 → 20.6.0v20.6.0Jason R. Coombs2016-03-291-1/+1
* Follow semver to the letter for simplicity.Jason R. Coombs2016-03-291-1/+1
* Attempting a new streamlined, Travis-powered release process.Jason R. Coombs2016-03-291-7/+4
* Just render the date and not the time of tagged releases in the changelog.20.5Jason R. Coombs2016-03-291-1/+1
* Update most bitbucket references to point to Github now. Fixes #422.Jason R. Coombs2016-03-291-1/+1
* Add timestamps to changelog.Jason R. Coombs2016-02-191-1/+1
* Merged in darjus/setuptools (pull request #169)Jason R. Coombs2016-01-231-1/+2
|\
| * Remove JythonCommandSpec as it's not required on Jython 2.7 and setuptools no...Darjus Loktevic2016-01-111-1/+2
* | Relicense the package as MIT license. Drop licensing as PSF and Zope as neith...Jason R. Coombs2016-01-231-3/+1
|/
* Force later pytestJason R. Coombs2015-12-011-1/+1
* update certifi to 2015.11.20grizzlynyo2015-11-211-2/+2
* Dropping support for Python 3.2 and earlier Python 3 versions. Currently only...Jason R. Coombs2015-10-221-2/+0
* Python 3.6 isn't yet a thing, apparently.18.3Jason R. Coombs2015-09-061-1/+0
* Setuptools supports Python 3.5 and 3.6Jason R. Coombs2015-09-031-0/+2
* update dependency linksgrizzlynyo2015-08-291-2/+2
* Don't install tests in site-packagesAlex Grönholm2015-05-161-1/+1
* Remove build_py (unused)Jason R. Coombs2015-03-051-15/+0
* Backed out changeset: 8bff4399a7af; Fixes #356Jason R. Coombs2015-03-051-1/+0
* Reindent header12.4Jason R. Coombs2015-03-041-1/+4
* Merged in richardipsum/setuptools (pull request #119)Jason R. Coombs2015-03-031-0/+1
|\
| * Reintroduce use of setup_requirements writerRichard Ipsum2015-01-221-0/+1
* | Correct usage in needs_pytestJason R. Coombs2015-02-251-1/+1
* | Update conditional setup-time dependency to also support pytest and test comm...Jason R. Coombs2015-02-251-1/+2
* | Only require rst.linker when docs commands are invoked. Also specify sphinx d...Jason R. Coombs2015-02-251-2/+3
* | Use rst.linker for generating linked changelogJason R. Coombs2015-02-241-0/+1
|/
* Use unittest.mock from standard library instead of external mock with Python ...Arfrever Frehtes Taifersar Arahesis2015-01-151-2/+1
* Remove support for setup.py test. Use the recommended test runner (setup.py p...Jason R. Coombs2014-12-301-30/+0
* Remove changes file from long_description.Jason R. Coombs2014-12-301-8/+1
* Merge with remove-svnJason R. Coombs2014-12-301-3/+0
|\
| * Removed svn support from setuptools. Ref #313.Jason R. Coombs2014-12-241-3/+0
* | Make sure to monkey-patch the easy_install module in the setup context. Fixes...Jason R. Coombs2014-12-291-0/+1
* | Remove setup_requirements writer from metadata. Fixes #314.Jason R. Coombs2014-12-281-1/+0
* | Merge pull request #106 from Richard Ipsum.Jason R. Coombs2014-12-261-0/+1
|\ \ | |/ |/|