sys: add setup.py to be compatible with Alliance's CI

This commit is contained in:
Ash Plunkett 2023-03-22 10:55:13 +11:00
parent 7ef8d12e3c
commit f450cedfb4

4
setup.py Normal file
View File

@ -0,0 +1,4 @@
from setuptools import setup
setup()