Skip to content

Commit

Permalink
pyproject: don't forget setuptools.packages (#38)
Browse files Browse the repository at this point in the history
* pyproject: don't forget packages.find

* pyproject: use setuptools.packages directly
  • Loading branch information
efiop authored Feb 3, 2024
1 parent 80e911f commit 8bbfa45
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,7 @@ dependencies = [
[project.urls]
Source = "http://github.com/fsspec/gdrivefs"

[tool.setuptools]
packages = ["gdrivefs", "gdrivefs.tests"]

[tool.setuptools_scm]

0 comments on commit 8bbfa45

Please sign in to comment.