We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f3702e commit 2dae7f4Copy full SHA for 2dae7f4
setup.py
@@ -20,6 +20,7 @@ def readfile(filename) -> str:
20
"Quantiles over Data Streams in ICDE'05"
21
),
22
long_description=readfile("README.md"),
23
+ long_description_content_type="text/markdown",
24
license="Apache License 2.0",
25
url="https://github.com/RefaceAI/quantile-estimator",
26
packages=["quantile_estimator"],
0 commit comments