Skip to content

Commit

Permalink
fixed pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfgang Hotwagner committed Jun 25, 2021
1 parent aafa630 commit 464fb47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = 'README.md' # Markdown files are supported
repository = "https://ait-aecid.github.io/kyoushi-simulation/"
homepage = "https://ait-aecid.github.io/kyoushi-simulation"
packages = [
{ include = "kyoushi", from = "src" }
{ include = "cr_kyoushi", from = "src" }
]

[tool.poetry.dependencies]
Expand Down Expand Up @@ -58,7 +58,7 @@ use_parentheses = true
src_paths = ["src", "tests"]
skip_glob = ["*/setup.py"]
filter_files = true
known_first_party = "kyoushi"
known_first_party = "cr_kyoushi"


[tool.black]
Expand Down

0 comments on commit 464fb47

Please sign in to comment.