diegoferigo / cmake-build-extension

Setuptools extension to build and package CMake projects
https://pypi.org/project/cmake-build-extension/
MIT License
67 stars 16 forks source link

Update `README.md` to use the more common `src` code folder #6

Closed diegoferigo closed 3 years ago

diegoferigo commented 3 years ago

It currently uses python.

https://setuptools.readthedocs.io/en/latest/userguide/declarative_config.html#using-a-src-layout

diegoferigo commented 3 years ago

Also, using a modern approach involving a setup.cfg (like we do in the swig example) could simplify even more the README.

diegoferigo commented 3 years ago

We could also add a list of projects that use this extension as show case. Being mainly a build requirement, cmake_build_extension is not tracked by github (i.e. it is never listed either in the install_requires of the setup.py or setup.cfg, just pyproject.toml).

diegoferigo commented 3 years ago

The README was refactored in #24. Closing.