Skip to content

Commit

Permalink
feat: src-layout (#193)
Browse files Browse the repository at this point in the history
* feat: src-layout

* fix: ruff check target
  • Loading branch information
himkt authored Jan 13, 2024
1 parent 8303996 commit 3893e54
Show file tree
Hide file tree
Showing 21 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
- run: pip install ruff pytest httpx

- run: |
ruff check konoha
ruff format --diff konoha
ruff check src
ruff format --diff src
- run: pytest
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ version = "5.5.2"
description = "A tiny sentence/word tokenizer for Japanese text written in Python"
authors = ["himkt <himkt@klis.tsukuba.ac.jp>"]
readme = "README.md"
packages = [{include = "konoha", from = "src" }]
license = "MIT"

[tool.poetry.dependencies]
Expand Down
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.
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 comments on commit 3893e54

Please sign in to comment.