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.
2 parents 98f9018 + 8429b94 commit b9cef5eCopy full SHA for b9cef5e
setup.py
@@ -21,17 +21,17 @@
21
assert "-" not in version
22
assert "." in version
23
24
-# with open("README.md", "r", encoding="utf-8") as fp:
25
-# long_description = fp.read()
+with open("README.md", "r", encoding="utf-8") as fp:
+ long_description = fp.read()
26
27
setuptools.setup(
28
name="fuzzymap",
29
version=version,
30
author="Artyom Vancyan",
31
author_email="[email protected]",
32
description="Python dictionary with a FUZZY key-matching opportunity",
33
- # long_description=long_description,
34
- # long_description_content_type="text/markdown",
+ long_description=long_description,
+ long_description_content_type="text/markdown",
35
url="https://github.com/pysnippet/fuzzymap",
36
packages=setuptools.find_packages(),
37
classifiers=[
0 commit comments