from distutils.core import setup setup( name = 'archinfo', version = "%%DISTVERSION%%", packages = ['archinfo'], )