Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e2541f + fd6d9dc commit 9bf42c0Copy full SHA for 9bf42c0
setup.cfg
@@ -5,8 +5,8 @@
5
universal=1
6
7
[metadata]
8
-description-file = README.md
9
-
+long_description= file: README.md
+long_description_content_type= text/markdown
10
11
[pep8]
12
-max-line-length = 119
+max-line-length = 119
setup.py
@@ -13,7 +13,6 @@
13
name="orionsdk",
14
version="0.4.0", # Update also in __init__ ;
15
description="Python API for the SolarWinds Orion SDK",
16
- long_description="Python client for interacting with the SolarWinds Orion API",
17
author="SolarWinds",
18
author_email="[email protected]",
19
url='http://github.com/solarwinds/orionsdk-python',
0 commit comments