Commit graph

5 commits

Author SHA1 Message Date
Tobias Ahrens
d48ffea939
Add custom build backend to support build args (#328)
This implements a custom build backend, inspired by the
[solution used by Pillow.](https://github.com/python-pillow/Pillow/pull/7171)

install-option is deprecated and was removed with pip 23.1. The
comonly accepted solution seems to be to define a custom build
backend for now
https://github.com/pypa/setuptools/issues/2491#issuecomment-1589764230

This commit changes the usage from `--install-option` to `--config-settings`.
2023-10-02 22:30:51 -07:00
Jacob Alexander
528bda300a
Updating LICENSE file and adding to setup.cfg 2020-10-16 21:51:08 -07:00
Jacob Alexander
c1cba47346
Small updates for PyPi 2019-10-21 00:13:19 -07:00
Jason Paryani
5ebbf3b3d2 Fix up for v0.2 release 2013-08-12 12:39:35 -07:00
Jason Paryani
1491e24585 Setup repo for pypi 2013-08-12 11:56:44 -07:00