diff --git a/CHANGES/4728.bugfix b/CHANGES/4728.bugfix new file mode 100644 index 00000000000..bfc8c9d05f3 --- /dev/null +++ b/CHANGES/4728.bugfix @@ -0,0 +1 @@ +The python package for the ``file`` plugin is now correctly reporting as ``"pulpcore"``. diff --git a/pulp_file/app/__init__.py b/pulp_file/app/__init__.py index 69422cf44e1..7627d0deac7 100644 --- a/pulp_file/app/__init__.py +++ b/pulp_file/app/__init__.py @@ -9,5 +9,5 @@ class PulpFilePluginAppConfig(PulpPluginAppConfig): name = "pulp_file.app" label = "file" version = "3.42.0.dev" - python_package_name = "pulp-file" # TODO Add python_module_name + python_package_name = "pulpcore" domain_compatible = True