5 lines
108 B
Python
5 lines
108 B
Python
from setuptools import setup
|
|
|
|
if __name__ == "__main__":
|
|
setup(install_requires=["pyqt5", "pyqtgraph"])
|