Skip to content

Commit 3667f1e

Browse files
committed
Change package name
1 parent 43f5b74 commit 3667f1e

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Auto Import
1+
# Auto Import Py
22

33
A Python library for automatically importing modules from a directory structure.
44

@@ -15,7 +15,8 @@ English | [한국어](README_ko.md)
1515
## Installation
1616

1717
```bash
18-
pip install auto-import
18+
pip install auto-import-py
19+
uv add auto-import-py
1920
```
2021

2122
## Usage

README_ko.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Auto Import
1+
# Auto Import Py
22

33
디렉토리 구조에서 Python 모듈을 자동으로 임포트하는 라이브러리입니다.
44

@@ -15,7 +15,8 @@
1515
## 설치
1616

1717
```bash
18-
pip install auto-import
18+
pip install auto-import-py
19+
uv add auto-import-py
1920
```
2021

2122
## 사용법

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "auto-import"
2+
name = "auto-import-py"
33
version = "0.1.0"
44
description = "Auto import"
55
readme = "README.md"

0 commit comments

Comments
 (0)