Skip to content

Commit

Permalink
Fixing typo setup (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdegeus committed Oct 27, 2023
1 parent 3caf9ba commit 33b2c63
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 0 additions & 1 deletion GooseBib/cli/.gitignore

This file was deleted.

8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,14 @@ GbibShowAuthorRename = "GooseBib.bibtex:GbibShowAuthorRename"
[project.urls]
Source = "https://github.com/tdegeus/GooseBib"

[tool.setuptools]
include-package-data = true

[tool.setuptools.package-data]
myModule = ["*.yaml"]
GooseBib = ["*.yaml"]

[tool.setuptools.packages.find]
exclude = ["docs*", "tests*"]

[tool.setuptools_scm]
write_to = "GooseBib/_version.py"

0 comments on commit 33b2c63

Please sign in to comment.