Files
grum/setup.py
2023-01-13 10:19:35 +01:00

5 lines
108 B
Python

from setuptools import setup
if __name__ == "__main__":
setup(install_requires=["pyqt5", "pyqtgraph"])