ophyd_devices/setup.py
semantic-release 05284296fc 0.1.0
Automatically generated by python-semantic-release
2023-06-28 11:44:36 +00:00

11 lines
268 B
Python

from setuptools import setup
__version__ = "0.1.0"
if __name__ == "__main__":
setup(
install_requires=["ophyd", "typeguard", "prettytable", "bec_lib"],
extras_require={"dev": ["pytest", "pytest-random-order"]},
version=__version__,
)