mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-18 22:23:07 -03:00
py: use readme as pypy description
Signed-off-by: Alexander Bezzubov <alexander.bezzubov@jetbrains.com>
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user