5 lines
133 B
Python
5 lines
133 B
Python
from setuptools import setup
|
|
|
|
if __name__ == "__main__":
|
|
setup(install_requires=["ophyd", "typeguard", "prettytable", "pytest"])
|