Skip to content

Commit

Permalink
Minor improvements for building package
Browse files Browse the repository at this point in the history
  • Loading branch information
tatiana committed Oct 17, 2024
1 parent 3269ff8 commit d951a20
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,18 @@ Source = "https://github.com/astronomer/dag-factory"
[tool.hatch.version]
path = "dagfactory/__init__.py"

[tool.hatch.build]
sources = ["."]

[tool.hatch.build.targets.sdist]
include = ["dagfactory"]

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

[tool.distutils.bdist_wheel]
universal = true

[tool.pytest.ini_options]
filterwarnings = ["ignore::DeprecationWarning"]
minversion = "6.0"
Expand Down

0 comments on commit d951a20

Please sign in to comment.