Skip to content

Commit dd6f022

Browse files
committed
chore: Update .gitignore for package distribution and add build instructions to README
1 parent f83699f commit dd6f022

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
.env
22
__pycache__/
33
build/
4-
autosql.egg-info/
4+
lang2sql.egg-info/
5+
dist/
6+
.pypirc

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ LANGCHAIN_API_KEY=your-langchain-api-key
6060

6161
---
6262

63-
## 🎯 사용 방법
63+
## 🎯 동작
6464

6565
1. **자연어 입력을 기반으로 테이블 조회**
6666
2. **테이블의 스키마 및 컬럼 정보 확인**
@@ -69,6 +69,15 @@ LANGCHAIN_API_KEY=your-langchain-api-key
6969

7070
---
7171

72+
## 빌드 방법
73+
74+
```
75+
python setup.py sdist bdist_wheel
76+
twine upload dist/*
77+
```
78+
79+
---
80+
7281
## 📄 라이선스
7382
MIT License
7483

0 commit comments

Comments
 (0)