We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2553824 commit ddc7c16Copy full SHA for ddc7c16
pyproject.toml
@@ -10,7 +10,7 @@ name = "IsoSpecPy"
10
dependencies = ["cffi"]
11
description = "IsoSpecPy is a Python library for computing isotopic distributions of molecules."
12
version = "2.3.0dev6"
13
-license-expression = "BSD-2-Clause"
+license = "BSD-2-Clause"
14
license-files = ["LICENCE"]
15
authors = [{name = "Michał Startek"}, {name = "Mateusz Łącki"}]
16
readme = "README.md"
@@ -38,7 +38,7 @@ testpaths = ["tests/Python"]
38
39
[tool.cibuildwheel]
40
enable = ["pypy"]
41
-skip = ["cp36-*", "cp37-*"]
+skip = ["cp36-*", "cp37-*", "pp37-*"]
42
test-command = "python -m pytest {project}/tests/Python"
43
#test-sources = ["tests/Python"]
44
test-extras = ["testing"]
0 commit comments