Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Martin
chksrv
Commits
410651e2
Commit
410651e2
authored
Oct 28, 2018
by
Martin
Browse files
fixed long description content-type in setup.py
parent
c3420a21
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
410651e2
...
...
@@ -10,7 +10,7 @@ setup(
version
=
'0.1.0'
,
description
=
'A tool to probe and check the health of services'
,
long_description
=
long_description
,
long_description_content_type
=
"text/rst"
,
long_description_content_type
=
"text/
x-
rst"
,
url
=
'https://git.hel.freakybytes.net/martin/chksrv'
,
author
=
'Martin Peters'
,
author_email
=
''
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment