Skip to content

Commit c0f787b

Browse files
committed
chore: Update README path and bump package version to 0.1.8
1 parent 9c88519 commit c0f787b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# setup.py
22
from setuptools import setup, find_packages
33

4-
with open("README.md", "r", encoding="utf-8") as fh:
4+
with open("docs/README.md", "r", encoding="utf-8") as fh:
55
long_description = fh.read()
66

77
setup(
88
name="lang2sql", # 패키지 이름
9-
version="0.1.7", # 버전
9+
version="0.1.8", # 버전
1010
author="ehddnr301",
1111
author_email="[email protected]",
1212
url="https://github.com/ehddnr301/lang2sql",

0 commit comments

Comments
 (0)