Skip to content

Commit

Permalink
Updated pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-polk committed Oct 13, 2024
1 parent 8308cf7 commit f7f6e03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ namespaces = false
where = ["."]

[tool.setuptools.package-data]
fluorescence-assay = [
fluorescence_assay = [
"py.typed"
]

Expand All @@ -55,4 +55,4 @@ match = ["*"]
# default-tag = "1.0.0"

[tool.versioningit.write]
file = "fluorescence-assay/_version.py"
file = "fluorescence_assay/_version.py"

0 comments on commit f7f6e03

Please sign in to comment.