fixed socket name collision in xmlstream.py and fixed python 3.x compatibility
This commit is contained in:
6
setup.py
6
setup.py
@@ -44,10 +44,14 @@ packages = [ 'sleekxmpp',
|
||||
'sleekxmpp/xmlstream',
|
||||
'sleekxmpp/xmlstream/matcher',
|
||||
'sleekxmpp/xmlstream/handler',
|
||||
'sleekxmpp/xmlstream/tostring',
|
||||
'sleekxmpp/thirdparty',
|
||||
]
|
||||
|
||||
if sys.version_info < (3, 0):
|
||||
py_modules = ['sleekxmpp.xmlstream.tostring.tostring26']
|
||||
else:
|
||||
py_modules = ['sleekxmpp.xmlstream.tostring.tostring']
|
||||
|
||||
setup(
|
||||
name = "sleekxmpp",
|
||||
version = VERSION,
|
||||
|
||||
Reference in New Issue
Block a user