swagger_ui_bundle icon indicating copy to clipboard operation
swagger_ui_bundle copied to clipboard

swagger_ui_bundle different package names in 1.1.0 and 0.0.9 METADATA files

Open nigellh opened this issue 1 year ago • 0 comments

Hi,

Apologies, no discussion tab so raising it as an issue. It could be that the name was 'corrected' in 1.1.0.

In version 0.0.9 the top of the METADATA file reads

Metadata-Version: 2.1
Name: swagger-ui-bundle
Version: 0.0.9
Summary: swagger_ui_bundle - swagger-ui files in a pip package
Home-page: https://github.com/dtkav/swagger_ui_bundle
Author: Daniel Grossmann-Kavanagh

In 1.1.0 the top of the METADATA file reads

Metadata-Version: 2.1
Name: swagger_ui_bundle
Version: 1.1.0
Summary: Swagger UI bundled for usage with Python
Home-page: https://github.com/spec-first/swagger_ui_bundle
License: Apache-2.0
Keywords: swagger-ui
Author: Daniel Grossmann-Kavanagh

You can see the name of the 0.0.9 version is

swagger-ui-bundle

and the 1.1.0 name is

swagger_ui_bundle

The latter seeming to be more in keeping with the name of the package.

Tooling reads the metadata files to get information about the package and it took me a while to prove these are the same package.

Not a big issue, just wanted to be sure of what I was seeing. Thanks

nigellh avatar Jul 29 '24 12:07 nigellh