Browse Source

add provides

main
Thomas Pelletier 14 years ago
parent
commit
82ae6062ef
2 changed files with 4 additions and 1 deletions
  1. +3
    -1
      SOAPpy/GSIServer.py
  2. +1
    -0
      setup.py

+ 3
- 1
SOAPpy/GSIServer.py View File

@@ -43,10 +43,12 @@ GSIServer - Contributed by Ivan R. Judson <judson@mcs.anl.gov>
################################################################################ ################################################################################
""" """


from __future__ import nested_scopes

ident = '$Id: GSIServer.py,v 1.5 2005/02/15 16:32:22 warnes Exp $' ident = '$Id: GSIServer.py,v 1.5 2005/02/15 16:32:22 warnes Exp $'

from version import __version__ from version import __version__


from __future__ import nested_scopes


#import xml.sax #import xml.sax
import re import re


+ 1
- 0
setup.py View File

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


Loading…
Cancel
Save