Change packaging for XEP-0256 to just a single file.
This commit is contained in:
parent
69ddeceb49
commit
5027d00c10
3 changed files with 0 additions and 15 deletions
1
setup.py
1
setup.py
|
@ -93,7 +93,6 @@ packages = [ 'sleekxmpp',
|
|||
'sleekxmpp/plugins/xep_0224',
|
||||
'sleekxmpp/plugins/xep_0231',
|
||||
'sleekxmpp/plugins/xep_0249',
|
||||
'sleekxmpp/plugins/xep_0256',
|
||||
'sleekxmpp/plugins/xep_0258',
|
||||
'sleekxmpp/features',
|
||||
'sleekxmpp/features/feature_mechanisms',
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
"""
|
||||
SleekXMPP: The Sleek XMPP Library
|
||||
Copyright (C) 2012 Nathanael C. Fritz, Lance J.T. Stout
|
||||
This file is part of SleekXMPP.
|
||||
|
||||
See the file LICENSE for copying permission.
|
||||
"""
|
||||
|
||||
from sleekxmpp.plugins.base import register_plugin
|
||||
|
||||
from sleekxmpp.plugins.xep_0256.last_activity import XEP_0256
|
||||
|
||||
|
||||
register_plugin(XEP_0256)
|
Loading…
Reference in a new issue