Skip to content

Commit a73b686

Browse files
committed
Update setup.cfg
1 parent 7428689 commit a73b686

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ author = dask_groupby Developers
44
author_email = [email protected]
55
license = Apache
66
description = GroupBy operations for dask.array
7-
long_description_content_type=text/x-rst
8-
long_description =
9-
Map-reduce style groupby operations for dask.array
7+
long_description = file: README.md
8+
long_description_content_type=text/markdown
109

1110
url = https://github.com/dcherian/dask_groupby
1211
classifiers =
@@ -23,6 +22,7 @@ classifiers =
2322
Topic :: Scientific/Engineering
2423

2524
[options]
25+
packages = find:
2626
zip_safe = False # https://mypy.readthedocs.io/en/latest/installed_packages.html
2727
include_package_data = True
2828
python_requires = >=3.7

0 commit comments

Comments
 (0)