diff options
author | Lance Stout <lancestout@gmail.com> | 2011-08-12 16:51:43 -0700 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2011-08-12 16:53:08 -0700 |
commit | 127d7acb91485efc43bd536d04b3c3847bd2c595 (patch) | |
tree | c06ae781d60c9387b809756abffad3ed31794dc0 | |
parent | 484efff156e344fc3ca1a7377539132b702c0c78 (diff) | |
download | slixmpp-127d7acb91485efc43bd536d04b3c3847bd2c595.tar.gz slixmpp-127d7acb91485efc43bd536d04b3c3847bd2c595.tar.bz2 slixmpp-127d7acb91485efc43bd536d04b3c3847bd2c595.tar.xz slixmpp-127d7acb91485efc43bd536d04b3c3847bd2c595.zip |
Missing commas in setup.py
-rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -45,12 +45,12 @@ CLASSIFIERS = [ 'Intended Audience :: Developers', packages = [ 'sleekxmpp', 'sleekxmpp/stanza', 'sleekxmpp/test', - 'sleekxmpp/roster' + 'sleekxmpp/roster', 'sleekxmpp/xmlstream', 'sleekxmpp/xmlstream/matcher', 'sleekxmpp/xmlstream/handler', 'sleekxmpp/plugins', - 'sleekxmpp/plugins/xep_0009' + 'sleekxmpp/plugins/xep_0009', 'sleekxmpp/plugins/xep_0009/stanza', 'sleekxmpp/plugins/xep_0030', 'sleekxmpp/plugins/xep_0030/stanza', |