Skip to content

Commit a332644

Browse files
authored
Merge pull request #34 from ggildong/master
Rename package to 'cloudforet_search' (PEP 625 compliance)
2 parents 366b14a + 5e6eeb8 commit a332644

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
@@ -17,7 +17,7 @@
1717
from setuptools import setup, find_packages
1818

1919
setup(
20-
name="cloudforet-search",
20+
name="cloudforet_search",
2121
version=os.environ.get("PACKAGE_VERSION"),
2222
description="Cloudforet search service",
2323
long_description="",

0 commit comments

Comments
 (0)