Skip to content

Commit

Permalink
restore the missing headers from previous merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
ceteri committed Aug 9, 2023
1 parent 0146377 commit 1ec2552
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[project]
name = "kglab"
version = "0.6.7"
authors = [
Expand Down Expand Up @@ -65,4 +70,4 @@ dynamic = ["dependencies", "readme"]

[tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt"]}
readme = {file = ["README.md"]}
readme = {file = ["README.md"]}

0 comments on commit 1ec2552

Please sign in to comment.