cmake-init icon indicating copy to clipboard operation
cmake-init copied to clipboard

Python packaging

Open friendlyanon opened this issue 2 years ago • 0 comments

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).

friendlyanon avatar Mar 03 '22 15:03 friendlyanon