From 0df350d0df0efce506b9b7896bf48d1ac616d8e2 Mon Sep 17 00:00:00 2001 From: IsaccBarker Date: Wed, 15 Jan 2025 16:03:40 -0700 Subject: [PATCH] Revert "[pypa]" This reverts commit 3ec18411ce33f680173e110d2baa13a9cfb1aae2. --- .gitignore | 7 ++----- pyproject.toml | 4 ++-- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 3644549..af8247a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,17 +1,14 @@ .cache/ .ipynb_checkpoints/ .pytest_cache/ -.ropeproject/ -.nocheck/ _build/ build/ -dist/ __pycache__/ -src/epiworldpy.egg-info compile_commands.json - *.html *.ipynb +.nocheck/ + *_files !README_files diff --git a/pyproject.toml b/pyproject.toml index 7deb764..7230841 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,10 @@ [build-system] -requires = ["scikit-build-core>=0.10", "pybind11"] +requires = ["scikit-build-core>=0.3.3", "pybind11"] build-backend = "scikit_build_core.build" [project] name = "epiworldpy" -version = "0.0.4" +version = "0.0.1" description = "Python bindings for epiworld" readme = "README.md" requires-python = ">=3.7"