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.
1 parent d215b95 commit fd6d9dcCopy full SHA for fd6d9dc
setup.cfg
@@ -5,8 +5,8 @@
5
universal=1
6
7
[metadata]
8
-ong_description= file: README.md,
9
-long_description_content_type='text/markdown'
+long_description= file: README.md
+long_description_content_type= text/markdown
10
11
[pep8]
12
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