Skip to content

Commit c14c4ca

Browse files
committed
fix: update package name from "spaceone-plugin" to "spaceone_plugin" for release
1 parent 960f29d commit c14c4ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/setup.py

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

1919
setup(
20-
name="spaceone-plugin",
20+
name="spaceone_plugin",
2121
version=os.environ.get("PACKAGE_VERSION"),
2222
description="SpaceONE plugin service",
2323
long_description="",

0 commit comments

Comments
 (0)