Skip to content

Commit

Permalink
Upgrade pydust and ignore generated stub files in git (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
robert3005 authored Sep 29, 2023
1 parent d1d4be1 commit cab1ee7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -163,3 +163,4 @@ zig-out/

pydust.build.zig
build.zig
*.pyi
15 changes: 8 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["poetry-core", "ziggy-pydust==0.10.0"]
requires = ["poetry-core", "ziggy-pydust==0.11.1"]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
Expand All @@ -12,6 +12,7 @@ packages = [{ include = "fibonacci" }]
include = [
{ path = "src/", format = "sdist" },
{ path = "fibonacci/*.so", format = "wheel" },
"fibonacci/*.pyi"
]

[tool.poetry.build]
Expand All @@ -21,7 +22,7 @@ script = "build.py"
python = "^3.11"

[tool.poetry.group.dev.dependencies]
ziggy-pydust = "0.10.0"
ziggy-pydust = "0.11.1"
pytest = "^7.4.0"
ruff = "^0.0.291"
black = "^23.7.0"
Expand Down

0 comments on commit cab1ee7

Please sign in to comment.