Skip to content

Commit

Permalink
add readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kelle authored Nov 13, 2024
1 parent a26bd6b commit 375d68b
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 @@ -4,7 +4,6 @@ build-backend = "setuptools.build_meta"

[project]
name = "sedkit"

authors = [
{name = "Joe Filippazzo", email = "[email protected]"},
{name= "Sherelyn Alejandro Merchan"}
Expand Down Expand Up @@ -37,11 +36,12 @@ dependencies = [
"importlib-resources"
]
dynamic = ["version"]
readme = "README.md"

[project.optional-dependencies]
test = [
"pytest",
]

[tool.setuptools.packages.find]
exclude = ["source"]
exclude = ["source"]

0 comments on commit 375d68b

Please sign in to comment.