snegovick / bcam

CAM system for hobbyists and shapeokers
GNU General Public License v3.0
22 stars 4 forks source link

Support for setuptools-based installation. #125

Closed randyheydon closed 9 years ago

randyheydon commented 9 years ago

Added a setup.py script that will allow for standard installation with pip. Installs BCAM source as a package, and generates a script named "bcam" to run it. This will allow BCAM to be uploaded to PyPI, though it may require a change to how Ubuntu packages are created.

snegovick commented 9 years ago

Thank you for your interest, please take a look at v0.3 branch, which is currently in development and already has some setup tools integration. Your setup.py though looks cleaner, I may update v0.3 setup.py with parts of it.

randyheydon commented 9 years ago

Woops, completely missed the other branch. I assumed it was a past release branch, not current development. Feel free to take whatever you like from this pull request.