Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Janody committed Oct 2, 2023
1 parent 6000bf7 commit c5639dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools>=61.0", "setuptools-scm"]
build-backend = "setuptools.build_meta"

[project]
name = "oasisis"
name = "oasisabm"
authors = [
{name = "Janody Pougala",email = "[email protected]"},
]
Expand Down Expand Up @@ -43,7 +43,7 @@ dev = [
]

[tool.setuptools_scm]
write_to = "oasisis/_version.py"
write_to = "oasisabm/_version.py"

[tool.setuptools]
packages = ["oasisis"]
packages = ["oasisabm"]

0 comments on commit c5639dd

Please sign in to comment.