Use ~= version specifier

This commit is contained in:
Olivier 2022-01-05 16:05:07 +00:00
parent 3016ba25cb
commit 1e9a7fdc70

View File

@ -8,6 +8,6 @@ setup(
include_package_data=True,
zip_safe=True,
install_requires=[
"matrix-common >= 1.0.0"
"matrix-common ~= 1.0"
],
)