File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " feldman-vss-pq"
7- version = " 0.7.0-Alpha "
7+ version = " 0.7.4a0 "
88authors = [
99 {
name =
" David Osipov" ,
email =
" [email protected] " },
1010]
@@ -22,21 +22,19 @@ classifiers = [
2222dependencies = [
2323 " gmpy2" ,
2424 " msgpack" ,
25- " blake3; platform_system!='Emscripten'" ,
26- " xxhash; platform_system!='Emscripten'"
25+ " blake3; platform_system!='Emscripten'"
2726]
2827
2928[project .urls ]
3029Homepage = " https://github.com/davidosipov/feldman-vss-pq"
3130Issues = " 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 ]
3736version = {attr = " feldman_vss.VSS_VERSION" }
3837
39-
4038[tool .pytest .ini_options ]
4139addopts = " -v -x --doctest-modules"
4240
@@ -46,4 +44,4 @@ line_length = 88
4644
4745[tool .black ]
4846line-length = 88
49- target-version = [' py38' ]
47+ target-version = [' py38' ]
You can’t perform that action at this time.
0 commit comments