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