File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121assert "-" not in version
2222assert "." in version
2323
24- # with open("README.md", "r", encoding="utf-8") as fp:
25- # long_description = fp.read()
24+ with open ("README.md" , "r" , encoding = "utf-8" ) as fp :
25+ long_description = fp .read ()
2626
2727setuptools .setup (
2828 name = "fuzzymap" ,
2929 version = version ,
3030 author = "Artyom Vancyan" ,
3131 author_email = "artyom@pysnippet.org" ,
3232 description = "Python dictionary with a FUZZY key-matching opportunity" ,
33- # long_description=long_description,
34- # long_description_content_type="text/markdown",
33+ long_description = long_description ,
34+ long_description_content_type = "text/markdown" ,
3535 url = "https://github.com/pysnippet/fuzzymap" ,
3636 packages = setuptools .find_packages (),
3737 classifiers = [
You can’t perform that action at this time.
0 commit comments