pixel3dmm_save / setup.py
alexnasa's picture
Upload 66 files
cf92dec verified
Raw
History Blame Contribute Delete
144 Bytes
#!/usr/bin/env python
import setuptools
if __name__ == "__main__":
# Still necessary, otherwise we get a pip error
setuptools.setup()