1 2 3 4 5 6 7 8
from distutils.core import setup setup( name = 'archinfo', version = "%%DISTVERSION%%", packages = ['archinfo'], )