We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7428689 commit a73b686Copy full SHA for a73b686
setup.cfg
@@ -4,9 +4,8 @@ author = dask_groupby Developers
4
author_email = [email protected]
5
license = Apache
6
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
+long_description = file: README.md
+long_description_content_type=text/markdown
10
11
url = https://github.com/dcherian/dask_groupby
12
classifiers =
@@ -23,6 +22,7 @@ classifiers =
23
22
Topic :: Scientific/Engineering
24
25
[options]
+packages = find:
26
zip_safe = False # https://mypy.readthedocs.io/en/latest/installed_packages.html
27
include_package_data = True
28
python_requires = >=3.7
0 commit comments