from setuptools import setup PACKAGE = 'TracInterWiki' VERSION = '0.1' setup(name=PACKAGE, version=VERSION, packages=['interwiki'])