From a73b686ac792481516cbc34498fd7e50ffde3258 Mon Sep 17 00:00:00 2001 From: dcherian Date: Wed, 10 Nov 2021 14:31:22 -0700 Subject: [PATCH] Update setup.cfg --- setup.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 8bc18ab65..142037457 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,9 +4,8 @@ author = dask_groupby Developers author_email = deepak@cherian.net license = Apache description = GroupBy operations for dask.array -long_description_content_type=text/x-rst -long_description = - Map-reduce style groupby operations for dask.array +long_description = file: README.md +long_description_content_type=text/markdown url = https://github.com/dcherian/dask_groupby classifiers = @@ -23,6 +22,7 @@ classifiers = Topic :: Scientific/Engineering [options] +packages = find: zip_safe = False # https://mypy.readthedocs.io/en/latest/installed_packages.html include_package_data = True python_requires = >=3.7