Skip to content

Commit 60e741a

Browse files
fix: PYPI의 네이밍 규정 변경으로 인한 이름 수정
Signed-off-by: jinyoungmoonDEV <moonjinyoung.dev@gmail.com>
1 parent b480cc1 commit 60e741a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from setuptools import setup, find_packages
1919

2020
setup(
21-
name="spaceone-core",
21+
name="spaceone_core",
2222
version=os.environ.get("PACKAGE_VERSION"),
2323
description="Cloudforet Core Library",
2424
long_description="",

0 commit comments

Comments
 (0)