Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
switch to hatch with automatic file handling
Browse files Browse the repository at this point in the history
- Replace setuptools with hatch as build backend
- Remove setuptools configurations
- Add automatic file handling in hatch config
vidipsingh committed Jan 21, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 385674f commit b3a5de5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -81,6 +81,7 @@ plot = [
"matplotlib>=3.6.0",
]
cite = [
"setuptools", # Fix for a pybtex issue
"pybtex>=0.24.0",
]
# Battery Parameter eXchange format
@@ -277,8 +278,6 @@ log_date_format = "%Y-%m-%d %H:%M:%S"
source = ["src/pybamm"]
concurrency = ["multiprocessing"]

[tool.repo-review]

[tool.mypy]
ignore_missing_imports = true
allow_redefinition = true

0 comments on commit b3a5de5

Please sign in to comment.