Skip to content

Commit

Permalink
chore: last checks for package (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
hxjo authored Apr 23, 2024
1 parent 068e4a6 commit 76d115d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ node_modules
.idea
.DS_Store
.vscode
__pycache__
__pycache__
dist
Empty file added inertia/py.typed
Empty file.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ classifiers = [
"Framework :: FastAPI :: 0.110",
"Topic :: Software Development :: Libraries :: Python Modules",
]

packages = [
{ include = "inertia" },
{ include = "inertia"}
]
exclude = ["inertia/tests/**/*"]

[tool.poetry.dependencies]
python = ">=3.9, <=3.12"
Expand Down Expand Up @@ -45,4 +47,3 @@ build-backend = "poetry.core.masonry.api"
[tool.mypy]
strict = true
check_untyped_defs = true
ignore_missing_imports = true

0 comments on commit 76d115d

Please sign in to comment.