Skip to content

Commit

Permalink
using explicit package name
Browse files Browse the repository at this point in the history
  • Loading branch information
heikoklein committed Dec 11, 2023
1 parent 6334f57 commit 21c94fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies = [
]

[tool.setuptools]
packages = ["pyaro_readers", "geocoder_reverse_natural_earth"]
packages = ["pyaro_readers.aeronetsunreader", "geocoder_reverse_natural_earth"]
package-dir = {"" = "src"}

[tool.setuptools.package-data]
Expand Down

0 comments on commit 21c94fc

Please sign in to comment.