inducer / islpy

Python wrapper for isl, an integer set library
http://pypi.python.org/pypi/islpy
73 stars 19 forks source link

Add build system spec to `pyproject.toml` #110

Closed inducer closed 1 year ago

matthiasdiener commented 1 year ago

I tried this too, but couldn't find a way around https://github.com/pypa/setuptools/discussions/2951 for aksetup_helper.

inducer commented 1 year ago

aksetup_helper could graduate and become a Pypi package. :thinking:

isuruf commented 1 year ago

Add

import sys
sys.path.extend(["."])

?

matthiasdiener commented 1 year ago

Add

import sys
sys.path.extend(["."])

?

With this change, this PR does fix the compilation for me.

inducer commented 1 year ago

Added that, let's see how it goes.