diff --git a/tsetup.py b/tsetup.py deleted file mode 100644 index bc9f311f8..000000000 --- a/tsetup.py +++ /dev/null @@ -1,14 +0,0 @@ - -from setuptools import setup - -setup(name = 'OWSLib', - version = '0.0', - description = 'OGC Web Service utility package', - license = 'GPL', - keywords = 'ogc ows wfs wms capabilities', - author = 'Sean Gillies', - author_email = 'sgillies@frii.com', - url = 'http://www.gispython.org', - packages = ['owslib'], -) -