Skip to content

Commit 128fa9e

Browse files
committed
fix: Don't limit importlib_metadata to < 2
1 parent 77133de commit 128fa9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/guides/single-sourcing-package-version.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ number of your project:
118118
...
119119
install_requires=[
120120
...
121-
'importlib-metadata ~= 1.0 ; python_version < "3.8"',
121+
'importlib-metadata >= 1.0 ; python_version < "3.8"',
122122
...
123123
],
124124
...

0 commit comments

Comments
 (0)