Skip to content

Commit

Permalink
CIBW ...
Browse files Browse the repository at this point in the history
  • Loading branch information
vegardjervell committed Jul 23, 2024
1 parent 01505ed commit 2d13d09
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ venv/
venv*/
pypi_release/wheelhouse/*.whl
*__pycache__/
pykingas/__pycache__/

build/
pykingas.egg-info/
Expand Down
16 changes: 6 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
[build-system]
requires = ["scikit-build-core>=0.9.3", "setuptools"]
requires = ["scikit-build-core"]
build-backend = "scikit_build_core.build"

[tool.scikit-build]
sdist.include = ["libpykingas*"]
sdist.exclude = ["tests/"]
wheel.expand-macos-universal-tags = true

[project]
name = "pykingas"
version = "2.0.0"
description="Revised Enskog theory for Mie fluids, and other spherical potentials. Allows prediction of transport coefficients such as diffusion coefficients, viscosities, thermal diffusion coefficients and thermal conductivities. In dense, multicomponent gas mixtures and supercritical mixtures."
description="Revised Enskog theory for Mie fluids, and other spherical potentials. Allows prediction of transport coefficients such as diffusion coefficients, viscosities, thermal diffusion coefficients and thermal conductivities in dense, multicomponent gas mixtures and supercritical mixtures."
readme = "README.md"
authors = [
{ name = "Vegard Gjeldvik Jervell", email = "vegard.g.j@icloud.com" },
Expand All @@ -24,17 +28,9 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]

[tool.setuptools.package-data]
pykingas = ["libkineticgas.*"]

[project.optional-dependencies]
test = ["pytest"]


[tool.scikit-build]
wheel.expand-macos-universal-tags = true


[tool.cibuildwheel]
#test-command = "pytest {project}/tests"
#test-requires = ["pytest", "numpy~=1.22", "scipy~=1.7", "thermopack~=2.2"]
Expand Down

0 comments on commit 2d13d09

Please sign in to comment.