mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-24 03:00:15 +00:00
apparently setup.py if statement *does* work.. adding it back in
This commit is contained in:
parent
ed60867a63
commit
7d41d68293
1 changed files with 4 additions and 4 deletions
8
setup.py
8
setup.py
|
@ -44,10 +44,10 @@ packages = [ 'sleekxmpp',
|
||||||
'sleekxmpp/xmlstream/matcher',
|
'sleekxmpp/xmlstream/matcher',
|
||||||
'sleekxmpp/xmlstream/handler' ]
|
'sleekxmpp/xmlstream/handler' ]
|
||||||
|
|
||||||
#if sys.version_info < (3, 0):
|
if sys.version_info < (3, 0):
|
||||||
# packages.append('sleekxmpp/xmlstream/tostring26')
|
packages.append('sleekxmpp/xmlstream/tostring26')
|
||||||
#else:
|
else:
|
||||||
# packages.append('sleekxmpp/xmlstream/tostring')
|
packages.append('sleekxmpp/xmlstream/tostring')
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = "sleekxmpp",
|
name = "sleekxmpp",
|
||||||
|
|
Loading…
Reference in a new issue