blob: cb9cb9b36e0bd674b867a872412626148eec88ce [file] [log] [blame]
Tor Norbye3a2425a2013-11-04 10:16:08 -08001from distutils.core import setup
2
3setup(
4 name='$Package_name',
5 version='$Version',
6 packages=$PackageList,$PackageDirs
7 url='$URL',
8 license='$License',
9 author='$Author',
10 author_email='$Author_Email',
11 description='$Description'
12)