Files
2019-10-09 13:06:32 +00:00

13 lines
234 B
Plaintext

$Import
setup(
name='$Package_name',
version='$Version',
packages=$PackageList,$PackageDirs
url='$URL',
license='$License',
author='$Author',
author_email='$Author_Email',
description='$Description'
)