Skip to content

Commit 8cbd24b

Browse files
Merge pull request #180 from jinyoungmoonDEV/master
fix: PYPI의 네이밍 규정 변경으로 인한 이름 수정
2 parents c956ee4 + 60e741a commit 8cbd24b

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)