Skip to content

Commit 2cb4041

Browse files
committed
Make the importlib_metadata requirement unconditional
1 parent 710223c commit 2cb4041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ packages = find:
2626
python_requires = >=3.6
2727
install_requires =
2828
blacs>=2.7.0
29-
importlib_metadata ; python_version<'3.8'
29+
importlib_metadata
3030
labscript>=2.6.0
3131
labscript_utils>=2.13.2
3232
numpy>=1.15.1

0 commit comments

Comments
 (0)