Skip to content

Commit

Permalink
Unbreak the pyproject file
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Finnie committed Aug 3, 2024
1 parent 7954fd4 commit 00519ff
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ build-backend = "setuptools.build_meta"

[project]
name = "pygom"
requires-python = ">= 3.9"
dynamic = ["version"]
requires-python = ">= 3.9"

dependencies = [
"setuptools>=64",
"setuptools_scm>=8",
Expand All @@ -38,8 +39,6 @@ authors = [

description = "ODE modeling in Python."
readme = "README.md"
requires-python = ">=3.8"


classifiers = [
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 00519ff

Please sign in to comment.