Skip to content

Commit

Permalink
fixed pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
Ranjeet committed Oct 3, 2024
1 parent 6041849 commit 6de4e59
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
[build-system]
requires = [
"setuptools>=42",
"wheel"
]
build-backend = "setuptools.build_meta"

[build-system]
requires = [
"setuptools >= 61.0",
Expand Down Expand Up @@ -32,7 +25,7 @@ dependencies = [
requires-python = ">= 3.6"

[tool.setuptools.packages.find]
exclude = *test*
exclude = ["*test*"]

[project.entry-points.apache_airflow_provider]
provider_info = "sample_provider.__init__:get_provider_info"

0 comments on commit 6de4e59

Please sign in to comment.