Skip to content

Commit

Permalink
Remove setup tools
Browse files Browse the repository at this point in the history
  • Loading branch information
schobbejak authored Jun 10, 2024
1 parent 998489c commit be8e21d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "epochalyst"
version = "0.3.4"
version = "0.3.5"
authors = [
{ name = "Jasper van Selm", email = "jmvanselm@gmail.com" },
{ name = "Ariel Ebersberger", email = "arielebersberger@gmail.com" },
Expand Down Expand Up @@ -37,9 +37,6 @@ dependencies= [
"agogos==0.4",
]

[tool.setuptools]
packages = ["epochalyst"]

[tool.mypy]
exclude = ["external/", "venv/", ".cache"]
allow_untyped_calls = true
Expand Down

0 comments on commit be8e21d

Please sign in to comment.