Skip to content

Commit

Permalink
Fixing wheel building
Browse files Browse the repository at this point in the history
  • Loading branch information
dokzlo13 committed Sep 24, 2024
1 parent 39a95d0 commit d7135f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,9 @@ venv.bak/
.dmypy.json
dmypy.json

# ruff
.ruff_cache/

# Pyre type checker
.pyre/

Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pydiceroll"
version = "0.4.0"
version = "0.4.1"
description = "Python tool for rolling a lot of dice"
readme = { file = "README.md", content-type = "text/markdown" }
license = { text = "MIT" }
Expand All @@ -26,8 +26,8 @@ Repository = "https://github.com/dokzlo13/dice_roller"
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"

[tool.setuptools.packages.find]
where = ["dice_roller"]
[tool.setuptools]
packages = ["dice_roller"]

[tool.uv]
package = false

0 comments on commit d7135f4

Please sign in to comment.