mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-22 21:59:37 +08:00

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