Skip to content

Commit

Permalink
remove MANIFEST [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
takenori-y committed Apr 4, 2024
1 parent ba05ebe commit 353d9d2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
2 changes: 0 additions & 2 deletions MANIFEST.in

This file was deleted.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ venv:
. ./venv/bin/activate; python -m pip install icc-rt

dist:
. ./venv/bin/activate; python -m build --wheel
. ./venv/bin/activate; python -m build
. ./venv/bin/activate; python -m twine check dist/*

dist-clean:
Expand Down
12 changes: 10 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,16 @@ Homepage = "https://sp-tk.sourceforge.net/"
Documentation = "https://sp-nitech.github.io/diffsptk/latest/"
Source = "https://github.com/sp-nitech/diffsptk"

[tool.hatch.build]
exclude = ["assets", "docs", "tests", "tools"]
[tool.hatch.build.targets.sdist]
exclude = [
"/.github",
"/assets",
"/docs",
"/tests",
"/tools",
"Makefile",
"*.yml",
]

[tool.hatch.metadata]
allow-direct-references = true
Expand Down

0 comments on commit 353d9d2

Please sign in to comment.