summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Expand)AuthorAgeFilesLines
* Add link to issue tracker as wellJoe Gordon2022-10-171-0/+1
* Update project urls to include link to docsJoe Gordon2022-10-171-1/+3
* Revise tox configuration (#375)Jon Parise2022-02-151-1/+3
* Add official support for Python 3.10 (#365)Jon Parise2022-02-091-0/+1
* Drop support for Python 3.6 (#363)Jon Parise2022-02-011-1/+3
* Update flake8 config to work with blackJoe Gordon2021-12-031-1/+1
* Remove six dependency and run pyupgradeJoe Gordon2021-07-201-7/+0
* Drop python support 2.7, 3.4 and 3.5Joe Gordon2021-07-201-1/+1
* Drop Python version 3.5 and add 3.9Jon Parise2020-10-131-1/+1
* Remove unnecessary quotes around descriptionv3.4.0Jon Parise2020-09-151-1/+1
* Prepare the version 3.1.0 release (#278)v3.1.0Jon Parise2020-04-091-2/+2
* Add official support for Python 3.8 (#262)Jon Parise2019-12-171-0/+1
* Fix long_description string in Python packaging (#249)v2.2.2Jon Parise2019-08-061-2/+1
* Set `long_description_content_type = text/x-rst`Jon Parise2019-07-301-0/+1
* Normalize the repository URL (#238)Jon Parise2019-07-051-1/+1
* Drop official support for Python 3.4 (#234)Jon Parise2019-06-071-1/+0
* Introduce package metadata configuration by using setup.cfgHervé Beraud2019-02-211-9/+38
* Parse version directly from pymemcache/__init__.pyJon Parise2019-01-281-8/+0
* Omit test/* code from the coverage reportJon Parise2019-01-071-1/+4
* Bump version to 2.0.0Joe Gordon2018-09-121-1/+1
* Bump versionnew-release-144Nicholas Charriere2018-01-071-1/+1
* Exclude well-known non-code paths from flake8Jon Parise2017-05-051-0/+1
* Bump version to 1.4.3release-143Nicholas Charriere2017-04-041-3/+1
* Bump version to 1.4.2Nicholas Charriere2017-02-231-1/+1
* Bump version to 1.4.1prelease-141Nicholas Charriere2017-02-181-1/+1
* Bump version to 1.4.0prerelease-140Nicholas Charriere2016-11-051-1/+1
* Make line length reqs explicitpep8Nicholas Charriere2016-11-051-0/+1
* Bump version to 1.3.8release-138Nicholas Charriere2016-10-041-1/+1
* Release 1.3.7Nicholas Charriere2016-10-031-3/+3
* Prevent pytest-warning on pytest 3.0+Adam Chainz2016-08-241-3/+3
* BumpversionreleaseNicholas Charriere2016-07-271-19/+19
* Preparing for release 1.3.6: adding bumpversion config and changelogv1.3.6Nicholas Charriere2016-07-271-0/+7
* setup.cfg - fix [wheel] -> [bdist_wheel]Adam Chainz2016-04-151-1/+1
* Setup pytest configuration for benchmarksJohn Anderson2015-07-021-0/+1
* flake8 the testsJohn Anderson2015-06-201-1/+0
* Merge branch 'flake8' of https://github.com/sontek/pymemcache into switch_to_...John Anderson2015-06-201-0/+4
|\
| * Flake8/pep8 the codeJohn Anderson2015-06-191-0/+4
* | Finished porting integration tests to pytestJohn Anderson2015-06-191-0/+5
* | Move to use pytest instead of noseJohn Anderson2015-06-191-0/+11
|/
* Add setup.cfg to make universal wheel.INADA Naoki2014-04-161-0/+2