Skip to content

Commit cf30328

Browse files
authored
Update pyproject.toml
Signed-off-by: David Osipov <[email protected]>
1 parent 7795572 commit cf30328

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

pyproject.toml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "feldman-vss-pq"
7-
version = "0.7.0-Alpha"
7+
version = "0.7.4a0"
88
authors = [
99
{ name="David Osipov", email="[email protected]" },
1010
]
@@ -22,21 +22,19 @@ classifiers = [
2222
dependencies = [
2323
"gmpy2",
2424
"msgpack",
25-
"blake3; platform_system!='Emscripten'",
26-
"xxhash; platform_system!='Emscripten'"
25+
"blake3; platform_system!='Emscripten'"
2726
]
2827

2928
[project.urls]
3029
Homepage = "https://github.com/davidosipov/feldman-vss-pq"
3130
Issues = "https://github.com/davidosipov/feldman-vss-pq/issues"
3231

33-
[tool.setuptools]
34-
py-modules = ["feldman_vss_"]
32+
[tool.setuptools.packages]
33+
find = {}
3534

3635
[tool.setuptools.dynamic]
3736
version = {attr = "feldman_vss.VSS_VERSION"}
3837

39-
4038
[tool.pytest.ini_options]
4139
addopts = "-v -x --doctest-modules"
4240

@@ -46,4 +44,4 @@ line_length = 88
4644

4745
[tool.black]
4846
line-length = 88
49-
target-version = ['py38']
47+
target-version = ['py38']

0 commit comments

Comments
 (0)