Skip to content

Commit 982a841

Browse files
authored
Merge pull request #539 from bmbouter/add-python-package-to-app-config
Adds python package name to AppConfig
2 parents a296ab7 + 9756587 commit 982a841

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pulp_python/app/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ class PulpPythonPluginAppConfig(PulpPluginAppConfig):
99
name = "pulp_python.app"
1010
label = "python"
1111
version = "3.7.0.dev"
12+
python_package_name = "pulp-python"

0 commit comments

Comments
 (0)