ophyd_devices/setup.py
semantic-release 830064a432 0.11.0
Automatically generated by python-semantic-release
2023-11-16 10:45:13 +00:00

21 lines
467 B
Python

from setuptools import setup
__version__ = "0.11.0"
if __name__ == "__main__":
setup(
install_requires=[
"ophyd",
"typeguard",
"prettytable",
"bec_lib",
"numpy",
"pyyaml",
"std_daq_client",
"pyepics",
"pytest",
],
extras_require={"dev": ["pytest", "pytest-random-order", "black", "coverage"]},
version=__version__,
)