Skip to content

Commit

Permalink
use flit
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed May 16, 2024
1 parent bc8d6ae commit 098952d
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
build-backend = "hatchling.build"
requires = ["hatchling"]
build-backend = "flit_core.buildapi"
requires = ["flit_core>=3,<4"]

[project]
authors = [
Expand Down Expand Up @@ -81,15 +81,6 @@ force-exclude = "tests/exceptions/source/modern/*"
line-length = 100
target-version = ["py35"]

[tool.hatch.build.targets.sdist]
exclude = ['/tests']

[tool.hatch.build.targets.wheel]
packages = ["loguru"]

[tool.hatch.version]
path = "loguru/__init__.py"

[tool.mypy]
strict = true

Expand Down

0 comments on commit 098952d

Please sign in to comment.