aboutsummaryrefslogtreecommitdiff
path: root/setup.py (follow)
Commit message (Collapse)AuthorAge
* Allow setup.py to ignore OpenCV dependency.HEADmasterFranklin Wei2023-10-16
| | | | | | | Long story, but setuptools has a hard time recognizing system-managed OpenCV, and tries to install it anywway when building RasterCarve Live. Allow suppressing that installation by setting the environment variable SETUP_IGNORE_OPENCV=1.
* Add classifiers and clean up.Franklin Wei2019-12-25
|
* Package for PyPI.Franklin Wei2019-12-25