Skip to content

Commit

Permalink
[pypa]
Browse files Browse the repository at this point in the history
  • Loading branch information
milobanks committed Jan 15, 2025
1 parent f4cb110 commit 3ec1841
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
.cache/
.ipynb_checkpoints/
.pytest_cache/
.ropeproject/
.nocheck/
_build/
build/
dist/
__pycache__/
src/epiworldpy.egg-info

compile_commands.json

*.html
*.ipynb
.nocheck/

*_files
!README_files
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[build-system]
requires = ["scikit-build-core>=0.3.3", "pybind11"]
requires = ["scikit-build-core>=0.10", "pybind11"]
build-backend = "scikit_build_core.build"

[project]
name = "epiworldpy"
version = "0.0.1"
version = "0.0.4"
description = "Python bindings for epiworld"
readme = "README.md"
requires-python = ">=3.7"
Expand Down

0 comments on commit 3ec1841

Please sign in to comment.