summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Introduce package metadata configuration by using setup.cfgHervé Beraud2019-02-211-43/+2
| | | | | | | | | | | | Since setuptools 30.3.0 we can use setup.cfg to configure package for build and distribute. These changes propose to adopt a more modern approach to package pymemcache by using latest and stable feature of setuptools. Overview: - remove python code to maintain - introduce package metadata, - centralize version management in package metadata
* Parse version directly from pymemcache/__init__.pyJon Parise2019-01-281-4/+13
| | | | | | | | | | | We can no longer import the __version__ attribute because there is no an implicit runtime dependency on six (as of #197), and we can't guarantee that six is installed until *after* setup.py is parsed and run. Instead, parse the `__version__ = 'x.y.z'` string from __init__.py to extract the version. Fixes #214
* Update release notes for version 2.0.0Joe Gordon2018-09-121-1/+0
| | | | Fix link syntax for RST file as well
* Add official Python 3.7 supportJon Parise2018-08-311-0/+1
| | | | | Travis's default base image doesn't support Python 3.7 very well so we need to explicitly select the xenial distribution with sudo enabled.
* Test against py35 and py36Joe Gordon2017-11-271-0/+2
| | | | | | | | Also fix up travis config to to test flake8 and install missing python versions. Previously some tests passed with: ERROR: InterpreterNotFound: python2.6 SKIPPED: py26: InterpreterNotFound: python2.6
* Exclude well-known non-code paths from flake8Jon Parise2017-05-051-1/+1
| | | | Also fix a minor flake8 issue in setup.py.
* Kill python 2.6kill-26Nicholas Charriere2017-02-221-1/+0
|
* Cleaning up classifiers1.3.0Charles Gordon2015-07-241-2/+1
|
* Use restructured text instead of markdown for READMEJohn Anderson2015-07-161-1/+1
|
* Merge branch 'master' of github.com:pinterest/pymemcache into add_hashing_clientJohn Anderson2015-07-161-1/+9
|\ | | | | | | | | Conflicts: setup.py
| * Introduce ChangeLogJohn Anderson2015-07-161-1/+8
| |
* | Remove dependency on clandestined and use pure python murmur3John Anderson2015-07-021-2/+5
| |
* | Initial implementation of the hash clientJohn Anderson2015-06-201-1/+1
|/
* Merge branch 'flake8' of https://github.com/sontek/pymemcache into ↵John Anderson2015-06-201-11/+11
|\ | | | | | | | | | | | | | | | | switch_to_pytest Conflicts: setup.cfg setup.py tox.ini
| * Flake8/pep8 the codeJohn Anderson2015-06-191-14/+13
| |
* | Move to use pytest instead of noseJohn Anderson2015-06-191-3/+0
|/
* Adding test_suite to setup.py so that python setup.py test uses noseCharles Gordon2015-06-171-0/+1
|
* Fixing a typo in setup.py and adding .pypirc to .gitignoreCharles Gordon2015-04-151-1/+1
|
* Move nose to tests_requiresINADA Naoki2014-11-251-1/+1
| | | Fixes #29
* Adding the LICENSE.txt file to the distributionCharles Gordon2014-09-091-1/+1
|
* Move six from setup_requires to install_requiresSam Kimbrel2014-05-071-1/+2
|
* Port to Python 3.3Julien Danjou2014-03-101-1/+2
|
* Merge pull request #2 from dcrosta/include-READMEDave Dash2013-04-251-1/+3
|\ | | | | add MANIFEST.in to force README.md to be packaged in `setup.py sdist`
| * import __version__ from pymemcache/__init__.pyDan Crosta2013-04-251-1/+3
| |
| * add MANIFEST.in to force README.md to be packaged in `setup.py sdist`Dan Crosta2013-04-251-1/+1
| |
* | add trove classifiers to package metadataDan Crosta2013-04-251-0/+7
|/
* Increasing version to 1.0, adding various package stuffCharles Gordon2013-02-191-1/+3
|
* Fixing another edge case in the \r\n handlingCharles Gordon2013-02-081-1/+1
| | | | Increasing version to 0.9
* Bumping the version againCharles Gordon2013-02-061-1/+1
|
* Increasing the version number to 0.7Charles Gordon2013-02-061-1/+1
|
* Increasing version for pypiCharles Gordon2013-01-291-1/+1
|
* Bumping to version 0.5 for pypiCharles Gordon2013-01-281-1/+1
|
* Fixing a lot of small bugs, adding set_many and delete_many, adding ↵Charles Gordon2013-01-281-1/+1
| | | | python-memcache compatible serializer
* Adding license information and external linksCharles Gordon2012-10-311-0/+4
|
* Initial commit of all pymemcache filesCharles Gordon2012-10-191-0/+11