Commit efc7b7b5 authored by xoviat's avatar xoviat Committed by GitHub

FIX: revert changes

parent 0e6c4aae
......@@ -112,8 +112,6 @@ def prepare_metadata_for_build_wheel(metadata_directory, config_settings=None):
dist_infos = [f for f in os.listdir(metadata_directory)
if f.endswith('.dist-info')]
print(dist_infos)
assert len(dist_infos) == 1
return dist_infos[0]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment