Per Python documentation
The following files are included in a source distribution by default:
all C source files mentioned in the ext_modules or libraries setup() arguments
However, when I use cmake-build-extension, I have to manually add the source into sdist.
Per Python documentation
However, when I use
cmake-build-extension, I have to manually add the source into sdist.