Changeset 804
- Timestamp:
- 08/09/07 01:44:18 (3 years ago)
- Location:
- GeoJSON/trunk
- Files:
-
- 2 added
- 1 modified
-
setup.py (modified) (1 diff)
-
tests/__init__.py (added)
-
tests/test_doctests.py (added)
Legend:
- Unmodified
- Added
- Removed
-
GeoJSON/trunk/setup.py
r757 r804 13 13 url = 'http://trac.gispython.org/projects/PCL/wiki/PythonFeatureProtocol', 14 14 packages = ['geojson'], 15 install_requires = ['simplejson'], 15 install_requires = ['simplejson', 'setuptools'], 16 tests_require = ['zope.testing'], 16 17 classifiers = [ 17 18 'Development Status :: 3 - Alpha',
