Files
ophyd_devices/setup.py
T
2022-07-07 19:36:33 +02:00

5 lines
133 B
Python

from setuptools import setup
if __name__ == "__main__":
setup(install_requires=["ophyd", "typeguard", "prettytable", "pytest"])