Skip to content

Commit

Permalink
Minor formatting update (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdegeus authored Oct 24, 2023
1 parent 5104fea commit 126a879
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,17 @@ requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2"]
[project]
authors = [{name = "Tom de Geus", email = "[email protected]"}]
classifiers = ["License :: OSI Approved :: MIT License"]
dependencies = ["arxiv", "bibtexparser", "click", "docopt", "GitPython", "numpy", "PyYAML", "requests", "tqdm"]
dependencies = [
"arxiv",
"bibtexparser",
"click",
"docopt",
"GitPython",
"numpy",
"PyYAML",
"requests",
"tqdm"
]
description = "Reformat BibTeX files"
dynamic = ["version"]
name = "GooseBib"
Expand Down

0 comments on commit 126a879

Please sign in to comment.