py: use readme as pypy description

Signed-off-by: Alexander Bezzubov <alexander.bezzubov@jetbrains.com>
This commit is contained in:
Alexander Bezzubov 2020-08-12 14:58:20 +02:00
parent 7ee65cc9d0
commit 328c16f948

View File

@ -31,6 +31,9 @@ class build_static_and_install(install):
super(build_static_and_install, self).run()
with open("README.md", "r") as fh:
long_description = fh.read()
setup(
name="enry",
version="0.1.1",