Browse Source

try install requires

main
Thomas Pelletier 14 years ago
parent
commit
708cb74f44
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      setup.py

+ 1
- 1
setup.py View File

@@ -56,7 +56,7 @@ setup(
long_description=long_description, long_description=long_description,
packages=['SOAPpy','SOAPpy/wstools'], packages=['SOAPpy','SOAPpy/wstools'],
provides = ['SOAPpy'], provides = ['SOAPpy'],
requires=[
install_requires=[
'fpconst', 'fpconst',
'pyxml' 'pyxml'
] ]


Loading…
Cancel
Save