mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-05-24 17:30:41 +02: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"])
|