Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
yuce committed Aug 30, 2024
1 parent c8a42f8 commit 7f1f95b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
build:
hatch build

clean:coveralls
clean:
rm -rf dist build pyswip.egg-info

coverage:
Expand Down
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,10 @@ Download = "https://github.com/yuce/pyswip/releases"
Homepage = "https://github.com/yuce/pyswip"

[tool.hatch.version]
path = "pyswip/__init__.py"
path = "src/pyswip/__init__.py"

[tool.hatch.build.targets.sdist]
include = [
"/pyswip",
]
packages = ["src/pyswip"]

[tool.hatch.build.targets.wheel]
packages = ["src/pyswip"]
Expand Down

0 comments on commit 7f1f95b

Please sign in to comment.