diff --git a/README.rst b/README.rst index 3f3b0d8..a39ad65 100644 --- a/README.rst +++ b/README.rst @@ -238,9 +238,8 @@ Command line options ``--default-overrides/--no-default-overrides`` Pull in overrides from - ``https://github.com/nix-community/pypi2nix-overrides``. We - currently discourage the use of this feature since these overrides - are not maintained. + ``https://github.com/nix-community/pypi2nix-overrides``. This + feature is enabled by default. ``--wheels-cache/-W TEXT`` A location where prebuilt wheels can be found. This option will diff --git a/src/pypi2nix/wheel.py b/src/pypi2nix/wheel.py index c957896..0ef25a7 100644 --- a/src/pypi2nix/wheel.py +++ b/src/pypi2nix/wheel.py @@ -83,7 +83,6 @@ def from_wheel_directory_path( metadata_file, "r", encoding="ascii", errors="surrogateescape" ) as headers: metadata = email.parser.Parser().parse(headers) - print(metadata) license_string = str_from_message(metadata, "license") if license_string is None: license_string = ""