blob: cb9cb9b36e0bd674b867a872412626148eec88ce [file] [log] [blame]
from distutils.core import setup
setup(
name='$Package_name',
version='$Version',
packages=$PackageList,$PackageDirs
url='$URL',
license='$License',
author='$Author',
author_email='$Author_Email',
description='$Description'
)