Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
timothygebhard committed Aug 20, 2024
1 parent a694a86 commit 6b7e90a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
[project]
name = "doi2bibtex"
dynamic = ["version"]
dynamic = [
"description",
"readme",
"authors",
"classifiers",
"version",
"optional-dependencies",
"dependencies",
"scripts",
]

[build-system]
requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2"]
Expand Down

0 comments on commit 6b7e90a

Please sign in to comment.