projects
/
pgwui_core
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5788042
)
Added long_description_content_type
author
Karl O. Pinc
<kop@karlpinc.com>
Sat, 29 Aug 2020 22:04:00 +0000
(17:04 -0500)
committer
Karl O. Pinc
<kop@karlpinc.com>
Sat, 29 Aug 2020 22:04:00 +0000
(17:04 -0500)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index a35e41042486f68cd246771b861900af86b73849..63f40ad7cdc8e5eef456ca7fa466c269ec7878a4 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-74,6
+74,7
@@
setup(
description='A framework for creating PostgreSQL web user interfaces.',
long_description=long_description,
+ long_description_content_type='text/x-rst',
# The project's main homepage.
url='http://pgwui_core.readthedocs.io/',