Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9bf42c0

Browse files
Merge pull request #83 from FliesLikeABrick/hotfix/setup.cfg-dash-to-underscore
solarwinds/orionsdk-python fix - updating setup.cfg to use underscore
2 parents 5e2541f + fd6d9dc commit 9bf42c0

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
universal=1
66

77
[metadata]
8-
description-file = README.md
9-
8+
long_description= file: README.md
9+
long_description_content_type= text/markdown
1010

1111
[pep8]
12-
max-line-length = 119
12+
max-line-length = 119

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
name="orionsdk",
1414
version="0.4.0", # Update also in __init__ ;
1515
description="Python API for the SolarWinds Orion SDK",
16-
long_description="Python client for interacting with the SolarWinds Orion API",
1716
author="SolarWinds",
1817
author_email="[email protected]",
1918
url='http://github.com/solarwinds/orionsdk-python',

0 commit comments

Comments
 (0)