Skip to content

Commit

Permalink
fix: Wrong pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
gabyx authored and WhyNotHugo committed May 16, 2024
1 parent 572d5e4 commit 8834531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ classifiers = [
"Topic :: Communications",
"Topic :: Utilities",
]
requires-python = ">=3.8,<3.12"
dependencies = [
"click>=3.2",
"click_log>=0.2.0",
Expand Down Expand Up @@ -68,7 +69,6 @@ ikhal = "khal.cli:main_ikhal"
[build-system]
requires = ["setuptools>=64", "setuptools_scm>=8"]
build-backend = "setuptools.build_meta"
requires-python = ">=3.8,<3.12"

[tool.setuptools.packages]
find = {}
Expand Down

0 comments on commit 8834531

Please sign in to comment.