tttapa / py-build-cmake

Modern, PEP 517 compliant build backend for creating Python packages with extensions built using CMake.
https://pypi.org/project/py-build-cmake
MIT License
38 stars 6 forks source link

About entrypoint support #2

Closed Thesola10 closed 2 years ago

Thesola10 commented 2 years ago

https://github.com/tttapa/py-build-cmake/blob/03ee59c54f723dd8685587ad7c9b17db100dbb23/src/py_build_cmake/build.py#L433

I'm noticing that your module relies on flit to package the Python part of modules. Is something preventing you from passing the [project.scripts] config through to flit untouched?

tttapa commented 2 years ago

Is something preventing you from passing the [project.scripts] config through to flit untouched?

Apart from not finding the time to have a look at it, no :)

It should now be supported in version 0.0.6.