pixel3dmm / 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()