mirror of
https://github.com/drewcassidy/quicktex.git
synced 2024-09-13 06:37:34 +00:00
Use latest setuptools instead of pinning it
This commit is contained in:
parent
b5aea803d5
commit
df6d5b1848
@ -58,6 +58,7 @@ package-dir = { '' = '.' } # without this line, C++ source files get included in
|
|||||||
build = "cp{37,38,39,31*}-*"
|
build = "cp{37,38,39,31*}-*"
|
||||||
skip = ["*cp37-musllinux*", "*musllinux_aarch64*", "cp{38,39,31*}-macosx_x86_64"]
|
skip = ["*cp37-musllinux*", "*musllinux_aarch64*", "cp{38,39,31*}-macosx_x86_64"]
|
||||||
build-frontend = "build"
|
build-frontend = "build"
|
||||||
|
dependency-versions = "latest"
|
||||||
test-command = 'python -m unittest discover "{project}/tests/" --verbose'
|
test-command = 'python -m unittest discover "{project}/tests/" --verbose'
|
||||||
test-extras = ["tests"]
|
test-extras = ["tests"]
|
||||||
manylinux-x86_64-image = "manylinux2014"
|
manylinux-x86_64-image = "manylinux2014"
|
||||||
|
Loading…
Reference in New Issue
Block a user