feat: added setup files

This commit is contained in:
2023-01-13 10:19:35 +01:00
parent 8da1dbdca1
commit dcb0d1c6ba
2 changed files with 28 additions and 0 deletions

4
setup.py Normal file
View File

@ -0,0 +1,4 @@
from setuptools import setup
if __name__ == "__main__":
setup(install_requires=["pyqt5", "pyqtgraph"])