mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-12 22:42:23 +00:00
py: use readme as pypy description
Signed-off-by: Alexander Bezzubov <alexander.bezzubov@jetbrains.com>
This commit is contained in:
parent
7ee65cc9d0
commit
328c16f948
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user