Browse Source

reducing long description in setup.py because of read error

main
Julien Iguchi-Cartigny 10 years ago
parent
commit
b84b3eab90
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      setup.py

+ 1
- 2
setup.py View File

@@ -12,8 +12,7 @@ def read(*rnames):
).read()

long_description = \
"WSDL parsing services package for Web Services for Python. see" \
+ url + read('README.mdown') + read('CHANGES.txt')
"WSDL parsing services package for Web Services for Python. see" + url

from wstools.version import __version__



Loading…
Cancel
Save