mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-22 00:19:11 +07:00
13 lines
259 B
Plaintext
13 lines
259 B
Plaintext
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'
|
|
)
|