Skip to content

Commit 3893e54

Browse files
authored
feat: src-layout (#193)
* feat: src-layout * fix: ruff check target
1 parent 8303996 commit 3893e54

21 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
- run: pip install ruff pytest httpx
3737

3838
- run: |
39-
ruff check konoha
40-
ruff format --diff konoha
39+
ruff check src
40+
ruff format --diff src
4141
- run: pytest
4242
env:
4343
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ version = "5.5.2"
77
description = "A tiny sentence/word tokenizer for Japanese text written in Python"
88
authors = ["himkt <himkt@klis.tsukuba.ac.jp>"]
99
readme = "README.md"
10+
packages = [{include = "konoha", from = "src" }]
1011
license = "MIT"
1112

1213
[tool.poetry.dependencies]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)