Skip to content

Commit

Permalink
🚚 Update project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
BalconyJH committed Jan 10, 2025
1 parent 421eff7 commit 14e343b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ dependencies = [
requires-python = ">=3.9"
readme = "README.md"
license = { text = "MIT" }
package = { include = ["aioarxiv"] }

[tool.pytest.ini_options]
asyncio_mode = "auto"
Expand Down Expand Up @@ -103,4 +104,8 @@ dev = [
[tool.coverage.run]
omit = [
".venv/*",
]
]

[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"

0 comments on commit 14e343b

Please sign in to comment.