X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=setup.py;h=3098a5c5a8375b54e10769d4d57f0eae95a5e17b;hb=cee31913874e06771a51fc85edc5c4a9d5d8e08e;hp=f7c701151bd407935474f55cddd5d256b2eb6a26;hpb=bb27511cfa75af5e9c6b7874800eb2b47fd27706;p=sfa.git diff --git a/setup.py b/setup.py index f7c70115..3098a5c5 100755 --- a/setup.py +++ b/setup.py @@ -61,7 +61,6 @@ packages = [ 'sfa/openstack', 'sfa/federica', 'sfa/iotlab', - 'sfa/cortexlab', 'sfatables', 'sfatables/commands', 'sfatables/processors', @@ -137,18 +136,19 @@ else: except: long_description = "Unable to read index.html" - setup(name='sfa', - packages = packages, - data_files = data_files, - version=version_tag, - keywords = ['federation','testbeds','SFA','SfaWrap'], - url="http://svn.planet-lab.org/wiki/SFATutorial", - author="Thierry Parmentelat, Tony Mack, Scott Baker", - author_email="thierry.parmentelat@inria.fr, tmack@princeton.cs.edu, smbaker@gmail.com", - download_url = "http://build.onelab.eu/sfa/{v}/sfa-{v}.tar.gz".format(v=version_tag), - description="SFA Wrapper with drivers for PlanetLab and IotLab and others", - license = license, - long_description = long_description, - scripts = scripts, + setup( + name = 'sfa', + packages = packages, + data_files = data_files, + version = version_tag, + keywords = ['federation','testbeds','SFA','SfaWrap'], + url = "http://svn.planet-lab.org/wiki/SFATutorial", + author = "Thierry Parmentelat, Tony Mack, Scott Baker", + author_email = "thierry.parmentelat@inria.fr, tmack@princeton.cs.edu, smbaker@gmail.com", + download_url = "http://build.onelab.eu/sfa/{v}/sfa-{v}.tar.gz".format(v=version_tag), + description = "SFA Wrapper with drivers for PlanetLab and IotLab and others", + license = license, + long_description = long_description, + scripts = scripts, )