Skip to content

Commit

Permalink
Merge pull request #61 from easyScience/pin_hatchling
Browse files Browse the repository at this point in the history
pin hatchling, gitignore
  • Loading branch information
rozyczko authored Dec 12, 2023
2 parents 07e8ece + 0267fb1 commit 5e423ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,13 @@ build
# Docs
docs/_build

# VSCode
.vscode

# Misc
..*
*.log
*.zip
.ci/
.idea/

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["hatchling"]
requires = ["hatchling<=1.18.0"]
build-backend = "hatchling.build"

[project]
Expand Down

0 comments on commit 5e423ca

Please sign in to comment.