mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-06-26 01:15:28 -06:00

Such that it can be downloaded, installed and used locally and on other repo's actions etc
6 lines
92 B
Python
6 lines
92 B
Python
#!/usr/bin/env python
|
|
|
|
from setuptools import setup
|
|
|
|
if __name__ == "__main__":
|
|
setup()
|