aboutsummaryrefslogtreecommitdiff
path: root/setup.py (unfollow)
Commit message (Collapse)Author
2023-10-16Allow setup.py to ignore OpenCV dependency.HEADmasterFranklin Wei
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.
2019-12-25Add classifiers and clean up.Franklin Wei
2019-12-25Package for PyPI.Franklin Wei