Skip to content

Commit 2820aae

Browse files
author
PiQrypt
committed
AISS v2.0.0 pyproject.toml
1 parent 7bff122 commit 2820aae

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,8 @@ Repository = "https://github.com/piqrypt/aiss-spec"
6363
"Bug Tracker" = "https://github.com/piqrypt/aiss-spec/issues"
6464
"Reference Implementation" = "https://github.com/piqrypt/piqrypt"
6565

66-
[tool.setuptools.packages.find]
67-
where = ["."]
68-
include = ["aiss*", "vigil*"]
69-
exclude = ["tests*", "docs*", "*.tests", "*.tests.*"]
66+
[tool.setuptools]
67+
packages = ["aiss", "aiss.crypto", "vigil"]
7068

7169
[tool.setuptools.package-data]
7270
"aiss" = ["py.typed", "schemas/*.json"]

0 commit comments

Comments
 (0)