tidy module setup

This commit is contained in:
Kenneth Bingham 2025-03-04 15:19:47 -05:00
parent b75c5b98f6
commit dba96972b1
No known key found for this signature in database
GPG Key ID: 31709281860130B6

View File

@ -13,9 +13,9 @@ project_urls =
Discussion = https://openziti.discourse.group/
[options]
package_dir =
= .
packages = find:
package_dir = # this is a dict definition meaning there's no special mapping, and
"" = . # continues on this line to specify finding packages in the current directory
packages = find: # include all packages found
[options.packages.find]
where = .