Skip to content

Commit

Permalink
ci: fix capitalization error in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
JoepVanlier committed Jan 10, 2025
1 parent 74d972f commit d3e5560
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
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools<69.3", "wheel"]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"

[project]
Expand All @@ -10,7 +10,7 @@ authors = [
{name = "Lumicks B.V."},
{email = "[email protected]"},
]
readme = {file="README.md", content-type = "text/markdown"}
readme = {file="readme.md", content-type = "text/markdown"}
license = {file = "license.md"}
keywords = ["optical tweezers", "kymographs", "data analysis", "lumicks"]
classifiers=[
Expand Down

0 comments on commit d3e5560

Please sign in to comment.