summaryrefslogtreecommitdiff
path: root/src/runtime/python/setup.py
AgeCommit message (Collapse)Author
2025-08-03use setuptools (so it works for 3.12+) + bump version to 1.1Inari Listenmaa
2020-06-17Update descriptions in Python bindings setup.pyJohn J. Camilleri
2014-06-18build-binary-dist.sh: updated to include the Python binding to the C run-timehallgren
There are also some changes in src/runtime/python/setyp.py to support this.
2013-01-29the Python binding is in pure C againkr.angelov
2013-01-07now the Python binding has an alternative representation for abstract trees ↵kr.angelov
which is composed of Python objects. The new representation is not integrated with the core runtime yet
2012-12-12an initial Python binding to the C runtimekr.angelov