Page MenuHomePhabricator

setup.py
No OneTemporary

setup.py

#!/usr/bin/python
from distutils.core import setup, Extension
import callcontrol
macros = [('MODULE_VERSION', '"%s"' % callcontrol.__version__)]
setup(name = "callcontrol",
version = callcontrol.__version__,
author = "Dan Pascu",
author_email = "dan@ag-projects.com",
description = "SIP call control",
license = "GPL",
platforms = ["Platform Independent"],
classifiers = [
#"Development Status :: 1 - Planning",
#"Development Status :: 2 - Pre-Alpha",
#"Development Status :: 3 - Alpha",
#"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
#"Development Status :: 6 - Mature",
#"Development Status :: 7 - Inactive",
"Intended Audience :: Service Providers",
"License :: GNU General Public License (GPL)",
"Operating System :: OS Independent",
"Programming Language :: Python"
],
packages = ['callcontrol'],
scripts = ['call-control']
)

File Metadata

Mime Type
text/x-python
Expires
Sat, Nov 23, 6:14 AM (1 d, 9 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3408921
Default Alt Text
setup.py (1 KB)

Event Timeline