Skip to content

Commit

Permalink
Update build system
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayak-mehta committed Dec 30, 2024
1 parent a03a919 commit 12687dc
Show file tree
Hide file tree
Showing 2 changed files with 2,912 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ dependencies = [
"pypdfium2>=4",
]

[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[project.urls]
Homepage = "https://github.com/camelot-dev/camelot"
Repository = "https://github.com/camelot-dev/camelot"
Expand Down Expand Up @@ -69,6 +73,8 @@ dev = [
"xdoctest[colors]>=0.15.10",
"myst-parser>=2.0.0",
"nox>=2024.10.9",
"twine",
"build",
]

[project.scripts]
Expand Down Expand Up @@ -132,7 +138,3 @@ disallow_any_generics = true

# This one can be tricky to get passing if you use a lot of untyped libraries
# warn_return_any = true

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
Loading

0 comments on commit 12687dc

Please sign in to comment.