Skip to content

Commit

Permalink
Merge pull request #1029 from dandi/data-pkg
Browse files Browse the repository at this point in the history
Properly include "data packages" in project
  • Loading branch information
yarikoptic committed Jun 27, 2022
2 parents 0ce8804 + 3f655c5 commit 4d9e548
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,12 @@ install_requires =
tenacity
zarr ~= 2.10
zip_safe = False
packages = find:
packages = find_namespace:
include_package_data = True

[options.packages.find]
include = dandi*

[options.extras_require]
# I bet will come handy
#doc =
Expand Down

0 comments on commit 4d9e548

Please sign in to comment.