Skip to content

Commit

Permalink
pyproject: use setuptools.packages directly
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop authored Feb 3, 2024
1 parent 8f7835f commit 87bb193
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ dependencies = [
[project.urls]
Source = "http://github.com/fsspec/gdrivefs"

[tool.setuptools.packages.find]
include = ["gdrivefs", "gdrivefs.tests"]
exclude = ["binder"]
namespaces = false
[tool.setuptools]
packages = ["gdrivefs", "gdrivefs.tests"]

[tool.setuptools_scm]

0 comments on commit 87bb193

Please sign in to comment.