summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Run tests on Python 3.9MichaƂ Bielawski2021-07-301-2/+5
* update supported python versions metadata in setup.pyGiampaolo Rodola2018-05-281-0/+3
* fix C compilation warning + PEP8 failuresGiampaolo Rodola2017-07-271-0/+1
* add a make command to git-tag a new releaseGiampaolo Rodola2014-05-271-2/+3
* github migration including travis support, Makefile, README and HISTORY turne...Giampaolo Rodola2014-05-271-17/+15
* change release numberGiampaolo Rodola2012-01-121-1/+1
* use RestructuredText for README so that pypi page looks niceGiampaolo Rodola2012-01-121-3/+3
* add license in all source filesGiampaolo Rodola2012-01-121-0/+23
* Benchmark script refactoring:Giampaolo Rodola2012-01-111-1/+1
* reindent + little refactoringGiampaolo Rodola2012-01-101-1/+0
* rename project py-sendfile -> pysendfileGiampaolo Rodola2012-01-101-11/+16
* rewrite Python initialization C code to fix compilation warnings; used http:/...Giampaolo Rodola2012-01-051-0/+1
* instead of attempting to import the module in setup.pt to figure out whether ...Giampaolo Rodola2012-01-051-10/+1
* update setup.py and READMEGiampaolo Rodola2012-01-051-4/+9
* drop support for python 2.4: we need to use Py_ssize_t type because the curre...Giampaolo Rodola2012-01-031-0/+3
* #11: get rid of header/trailer on Linux via TCP_CORK; thinking back it's not ...Giampaolo Rodola2012-01-031-1/+0
* use setuptools in setup.py, if possibleGiampaolo Rodola2011-07-071-1/+5
* remove flags argument on linuxGiampaolo Rodola2011-04-211-0/+1
* typoGiampaolo Rodola2011-04-211-1/+1
* ignore meGiampaolo Rodola2011-04-211-1/+1
* raise platform not supported in setup.ptGiampaolo Rodola2011-04-211-3/+9
* Fix #12: add SunOS supportGiampaolo Rodola2011-04-171-1/+8
* update setup.py metadataGiampaolo Rodola2011-04-161-0/+2
* change license to MIT; update setup.py metadata and version.Giampaolo Rodola2011-04-081-7/+16
* raise NotImplementedError if platform is not supportedGiampaolo Rodola2011-04-061-22/+26
* set svn prosetGiampaolo Rodola2011-02-071-0/+3
* re-define classifiers in setup.py, update maintainer, add HISTORY fileGiampaolo Rodola2011-02-031-9/+6
* initial import from http://pypi.python.org/pypi/py-sendfile/ - from now on I ...Giampaolo Rodola2011-02-031-0/+28