We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c88519 commit c0f787bCopy full SHA for c0f787b
setup.py
@@ -1,12 +1,12 @@
1
# setup.py
2
from setuptools import setup, find_packages
3
4
-with open("README.md", "r", encoding="utf-8") as fh:
+with open("docs/README.md", "r", encoding="utf-8") as fh:
5
long_description = fh.read()
6
7
setup(
8
name="lang2sql", # 패키지 이름
9
- version="0.1.7", # 버전
+ version="0.1.8", # 버전
10
author="ehddnr301",
11
author_email="dy95032@gmail.com",
12
url="https://github.com/ehddnr301/lang2sql",
0 commit comments