sagemath / cysignals

cysignals: interrupt and signal handling for Cython. Source repository for https://pypi.org/project/cysignals/
GNU Lesser General Public License v3.0
43 stars 23 forks source link

Change package_dir invocation #130

Closed embray closed 3 years ago

embray commented 3 years ago

While the way it's currently used is not wrong it's also a little uncommon, and some other tools don't work properly in this case. In particular, installing in develop mode / running pip install -e . does not work properly.