| Tor Norbye | 3a2425a | 2013-11-04 10:16:08 -0800 | [diff] [blame^] | 1 | from distutils.core import setup |
| 2 | |||||
| 3 | setup( | ||||
| 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 | ) | ||||