We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a11f57 + abf1d09 commit f703c37Copy full SHA for f703c37
1 file changed
setup.py
@@ -44,11 +44,9 @@ def load_requirements(fname):
44
45
REQUIREMENTS = load_requirements('requirements.txt')
46
47
-long_description = open('README.md').read()
48
-
49
setup(
50
name='netscaler-tool',
51
- version='1.23',
+ version='1.24',
52
packages=find_packages(),
53
54
author="Brian Glogower",
@@ -89,7 +87,6 @@ def load_requirements(fname):
89
87
'Networking',
90
88
'NetScaler',
91
],
92
- long_description=long_description,
93
license="Apache v2.0",
94
platforms="any",
95
url="https://github.com/tagged/netscaler-tool",
0 commit comments