Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F7170423
setup.py
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
457 B
Referenced Files
None
Subscribers
None
setup.py
View Options
#!/usr/bin/env python
from
distutils.core
import
setup
from
msrplib
import
__version__
setup
(
name
=
"python-msrplib"
,
version
=
__version__
,
author
=
"Denis Bilenko"
,
author_email
=
"support@ag-projects.com"
,
license
=
"LGPL"
,
description
=
"Client library for MSRP protocol and its relay extension (RFC 4975 and RFC4976)"
,
url
=
"http://msrprelay.org"
,
packages
=
[
'msrplib'
])
File Metadata
Details
Attached
Mime Type
text/x-python
Expires
Tue, Nov 26, 4:38 AM (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3413715
Default Alt Text
setup.py (457 B)
Attached To
Mode
rPYMSRPLIB python3-msrplib
Attached
Detach File
Event Timeline
Log In to Comment