CMakePP / CMinx

Generates API documentation for CMake functions and macros
https://cmakepp.github.io/CMinx/
Apache License 2.0
14 stars 5 forks source link

PIP Package #16

Closed ryanmrichard closed 4 years ago

ryanmrichard commented 4 years ago

12 focuses on the fact that this is intended for use with C/C++ and CMake. Since this is a Python module it probably makes sense to have this be installable by the usual Python channels as well. Minimally that's PIP, but it may make sense to look into other Python package repos as well.

AutonomicPerfectionist commented 4 years ago

A single setup.py should work for pip and easy_install/setuptools installation, CMake support could be added fairly easily as well. We could also build Debian or RPM packages and upload them to repositories as well, if needed.

AutonomicPerfectionist commented 4 years ago

19 adds a PIP-compatible setup.py, next step is to just upload, either I can do that or you can by running the setup.py register/bdist/sdist/upload commands.

ryanmrichard commented 4 years ago

I'd say let's worry about uploading it when all the repos are ready for a 1.0.