projects
/
pgwui_server
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65a5767
)
Added long_description_content_type
author
Karl O. Pinc
<kop@karlpinc.com>
Sat, 29 Aug 2020 22:00:15 +0000
(17:00 -0500)
committer
Karl O. Pinc
<kop@karlpinc.com>
Sat, 29 Aug 2020 22:00:15 +0000
(17:00 -0500)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index a9e94051193f4f508a39afdf8faf7527b4fe63e5..ebda3db687c8352fe32638db9c44c0811b652d40 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-75,6
+75,7
@@
setup(
description=(
'Web server and WSGI app for the Postgres Web Interface programs.'),
long_description=long_description,
+ long_description_content_type='text/x-rst',
# The project's main homepage.
url='http://pgwui_server.readthedocs.io/',