mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2026-01-01 18:01:26 +01:00
5 lines
133 B
Python
5 lines
133 B
Python
from setuptools import setup
|
|
|
|
if __name__ == "__main__":
|
|
setup(install_requires=["ophyd", "typeguard", "prettytable", "pytest"])
|