mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-06-23 19:27:59 +02:00
build: fix python requirement
This commit is contained in:
@ -15,10 +15,10 @@ classifiers =
|
|||||||
package_dir =
|
package_dir =
|
||||||
= .
|
= .
|
||||||
packages = find:
|
packages = find:
|
||||||
python_requires = >=3.8
|
python_requires = >=3.9
|
||||||
|
|
||||||
[options.packages.find]
|
[options.packages.find]
|
||||||
where = .
|
where = .
|
||||||
|
|
||||||
[semantic_release]
|
[semantic_release]
|
||||||
version_variable = setup.py:__version__
|
version_variable = setup.py:__version__
|
||||||
|
Reference in New Issue
Block a user