Skip to content

Commit 4d1454d

Browse files
committed
.
1 parent e526466 commit 4d1454d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656
_PACKAGE_NAME = os.environ.get("PACKAGE_NAME", "")
5757
_PACKAGE_MAPPING = {"pytorch": "pytorch_lightning", "app": "lightning_app"}
58-
_REAL_PKG_NAME = _PACKAGE_MAPPING.get(_PACKAGE_NAME, "")
58+
_REAL_PKG_NAME = _PACKAGE_MAPPING.get(_PACKAGE_NAME, _PACKAGE_NAME)
5959
# https://packaging.python.org/guides/single-sourcing-package-version/
6060
# http://blog.ionelmc.ro/2014/05/25/python-packaging/
6161
_PATH_ROOT = os.path.dirname(__file__)

0 commit comments

Comments
 (0)