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

Skip to content

Commit fd6d9dc

Browse files
Fix setup.cfg long_description syntax and remove from setup.py
1 parent d215b95 commit fd6d9dc

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

setup.cfg

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

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

1111
[pep8]
1212
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)