friendlyanon / cmake-init

The missing CMake project initializer
GNU General Public License v3.0
2.03k stars 77 forks source link

Python packaging #50

Open friendlyanon opened 2 years ago

friendlyanon commented 2 years ago

The 0.26.0 and 0.26.1 releases on PyPI are broken, because of how the packaging is done.

https://github.com/friendlyanon/cmake-init/commit/8077df23c8a32b92d2da74c6a770d249b39ea02e and https://github.com/friendlyanon/cmake-init/commit/6421a7c347ca1ad409f0e00eb20c2f5be1eb6d67 added the template.py file to the release, however they were both released after the fact.

I should look into making the packaging simpler, so the imports are the same regardless of how this project is packaged (see the message of https://github.com/friendlyanon/cmake-init/commit/6421a7c347ca1ad409f0e00eb20c2f5be1eb6d67).