Skip to content

Commit f703c37

Browse files
committed
Merge pull request #2 from xbglowx/master
Remove long_description from displaying README.md
2 parents 0a11f57 + abf1d09 commit f703c37

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

setup.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,9 @@ def load_requirements(fname):
4444

4545
REQUIREMENTS = load_requirements('requirements.txt')
4646

47-
long_description = open('README.md').read()
48-
4947
setup(
5048
name='netscaler-tool',
51-
version='1.23',
49+
version='1.24',
5250
packages=find_packages(),
5351

5452
author="Brian Glogower",
@@ -89,7 +87,6 @@ def load_requirements(fname):
8987
'Networking',
9088
'NetScaler',
9189
],
92-
long_description=long_description,
9390
license="Apache v2.0",
9491
platforms="any",
9592
url="https://github.com/tagged/netscaler-tool",

0 commit comments

Comments
 (0)