Changeset 804

Show
Ignore:
Timestamp:
08/09/07 01:44:18 (3 years ago)
Author:
dokai
Message:

Added an alternative doctest runner.

Location:
GeoJSON/trunk
Files:
2 added
1 modified

Legend:

Unmodified
Added
Removed
  • GeoJSON/trunk/setup.py

    r757 r804  
    1313      url           = 'http://trac.gispython.org/projects/PCL/wiki/PythonFeatureProtocol', 
    1414      packages          = ['geojson'], 
    15       install_requires  = ['simplejson'], 
     15      install_requires  = ['simplejson', 'setuptools'], 
     16      tests_require     = ['zope.testing'], 
    1617      classifiers   = [ 
    1718        'Development Status :: 3 - Alpha',