Skip to content

Commit

Permalink
pyproject: don't forget packages.find
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop authored Feb 3, 2024
1 parent 80e911f commit 8f7835f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,9 @@ dependencies = [
[project.urls]
Source = "http://github.com/fsspec/gdrivefs"

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

[tool.setuptools_scm]

0 comments on commit 8f7835f

Please sign in to comment.