Skip to content

Commit

Permalink
working on cibw config
Browse files Browse the repository at this point in the history
  • Loading branch information
corinwagen committed Apr 22, 2024
1 parent fac478f commit c2bc38c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ classifiers = [
"Operating System :: OS Independent",
]
keywords = ['symmetry', 'molecules', 'chemistry']
requires-python = ">=3.9"

[project.urls]
Homepage = "https://github.com/corinwagen/pymsym"
Expand All @@ -24,3 +25,7 @@ extra_deps = [
[build-system]
requires = ["scikit-build-core"]
build-backend = "scikit_build_core.build"

[tool.cibuildwheel]
# Disable building PyPy wheels on all platforms
skip = "pp*"

0 comments on commit c2bc38c

Please sign in to comment.