0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 03:31:50 +02:00
Files
bec_widgets/setup.py
semantic-release 441d8e9d83 0.6.3
Automatically generated by python-semantic-release
2023-08-17 14:02:43 +00:00

11 lines
287 B
Python

from setuptools import setup
__version__ = "0.6.3"
if __name__ == "__main__":
setup(
install_requires=["pyqt5", "pyqtgraph", "bec_lib"],
extras_require={"dev": ["pytest", "pytest-random-order", "coverage", "pytest-qt", "black"]},
version=__version__,
)