Cura/printer-linter/setup.py
jspijker 0c7807e0cd Create a proper Pyhton packages for printer-linter
Such that it can be downloaded, installed and used locally and on other
repo's actions etc
2022-11-20 12:16:37 +01:00

7 lines
92 B
Python

#!/usr/bin/env python
from setuptools import setup
if __name__ == "__main__":
setup()