apparently setup.py if statement *does* work.. adding it back in
This commit is contained in:
parent
ed60867a63
commit
7d41d68293
8
setup.py
8
setup.py
@ -44,10 +44,10 @@ packages = [ 'sleekxmpp',
|
||||
'sleekxmpp/xmlstream/matcher',
|
||||
'sleekxmpp/xmlstream/handler' ]
|
||||
|
||||
#if sys.version_info < (3, 0):
|
||||
# packages.append('sleekxmpp/xmlstream/tostring26')
|
||||
#else:
|
||||
# packages.append('sleekxmpp/xmlstream/tostring')
|
||||
if sys.version_info < (3, 0):
|
||||
packages.append('sleekxmpp/xmlstream/tostring26')
|
||||
else:
|
||||
packages.append('sleekxmpp/xmlstream/tostring')
|
||||
|
||||
setup(
|
||||
name = "sleekxmpp",
|
||||
|
Loading…
Reference in New Issue
Block a user