We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e526466 commit 4d1454dCopy full SHA for 4d1454d
setup.py
@@ -55,7 +55,7 @@
55
56
_PACKAGE_NAME = os.environ.get("PACKAGE_NAME", "")
57
_PACKAGE_MAPPING = {"pytorch": "pytorch_lightning", "app": "lightning_app"}
58
-_REAL_PKG_NAME = _PACKAGE_MAPPING.get(_PACKAGE_NAME, "")
+_REAL_PKG_NAME = _PACKAGE_MAPPING.get(_PACKAGE_NAME, _PACKAGE_NAME)
59
# https://packaging.python.org/guides/single-sourcing-package-version/
60
# http://blog.ionelmc.ro/2014/05/25/python-packaging/
61
_PATH_ROOT = os.path.dirname(__file__)
0 commit comments