fix: include all needed files in packaged distro

Fix #21
This commit is contained in:
usov_i 2023-11-16 16:05:09 +01:00 committed by wakonig_k
parent 048a7803c9
commit 204f94e0e4
4 changed files with 1 additions and 0 deletions

View File

View File

@ -16,5 +16,6 @@ if __name__ == "__main__":
"pytest",
],
extras_require={"dev": ["pytest", "pytest-random-order", "black", "coverage"]},
package_data={"ophyd_devices.smaract": ["smaract_sensors.json"]},
version=__version__,
)