Merge branch 'master' into master

This commit is contained in:
Eugene Kliuchnikov 2023-09-07 12:19:02 +02:00 committed by GitHub
commit 7561c2d847
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -276,9 +276,14 @@ CMD_CLASS = {
'build_ext': BuildExt,
}
with open("README.md", "r") as f:
README = f.read()
setup(
name=NAME,
description=DESCRIPTION,
long_description=README,
long_description_content_type="text/markdown",
version=VERSION,
url=URL,
author=AUTHOR,