summaryrefslogtreecommitdiff
path: root/lang/python/setup.py
AgeCommit message (Expand)Author
2012-02-02Retain copyright on the Python API, add the SWIG license to the localKeith Bostic
2012-02-02The Python code is in the public domain.Keith Bostic
2011-09-02Split out the Python and examples from the top level Makefile.Michael Cahill
2011-08-26Add libtool to the build.Michael Cahill
2011-07-14Pass CFLAGS and LDFLAGS into the Python build explicitly in the Makefile.Michael Cahill
2011-07-14In the Python build, only set extra_*_args if CFLAGS or LDFLAGS are set.Michael Cahill
2011-07-14Pass CFLAGS and LDFLAGS through to the Python build.Michael Cahill
2011-04-26Another fix for relative paths in the Python build: setup.py wants to own the...Michael Cahill
2011-04-26Fix Python build again: split SWIG out of setup.py, we want to distribute theMichael Cahill
2011-04-26Keep the Python sources in lang/python: that's what we will want to distribute.Michael Cahill
2011-03-11Build the Python API into the build directory.Michael Cahill
2011-03-10Initial steps towards a Python API. Rename 'del' to 'remove': that seems saf...Michael Cahill