Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F7159486
setup.py
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
setup.py
View Options
#!/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
Details
Attached
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)
Attached To
Mode
rCC Call control
Attached
Detach File
Event Timeline
Log In to Comment