NCCOOS Trac Projects: Top | Web | Platforms | Processing | Viz | Sprints | Sandbox | (Wind)

Changeset 349

Show
Ignore:
Timestamp:
08/31/10 11:48:47
Author:
cbc
Message:

Convert setup.py to setuptools.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • spongenet/trunk/MANIFEST.in

    r347 r349  
     1exclude *.py 
     2include setup.py 
    13recursive-include spongenet/tests/expand *.zip *.ref *.xml 
    2 recursive-exclude spongenet/tests/expand/xml * 
    3 recursive-exclude spongenet/tests/expand/xmltest * 
     4prune spongenet/tests/expand/xml 
     5prune spongenet/tests/expand/xmltest 
  • spongenet/trunk/setup.py

    r347 r349  
    66 
    77import os 
    8 from distutils.core import setup 
     8from setuptools import setup 
    99 
    1010setup(name='Spongenet',