mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
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
This commit is contained in:
parent
49305474ea
commit
0c7807e0cd
9 changed files with 53 additions and 13 deletions
6
printer-linter/setup.py
Normal file
6
printer-linter/setup.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
from setuptools import setup
|
||||
|
||||
if __name__ == "__main__":
|
||||
setup()
|
||||
Loading…
Add table
Add a link
Reference in a new issue