Skip to content

Commit

Permalink
Remove git-related files from distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
padix-key committed Jun 19, 2024
1 parent 7f9aef9 commit 8125002
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ exclude = [
"tests",
"doc",
"environment.yml",
"setup_ccd.py"
"setup_ccd.py",
# .github, .gitignore, .gitattributes
".git*",
]

[tool.hatch.version]
Expand Down

0 comments on commit 8125002

Please sign in to comment.