mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-30 22:24:20 +01:00
Fix setup.py and add local/__init__.py so Time can be installed
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
This commit is contained in:
parent
279c00a925
commit
fea4cc2962
1
plugins/Time/local/__init__.py
Normal file
1
plugins/Time/local/__init__.py
Normal file
@ -0,0 +1 @@
|
|||||||
|
# Stub so local is a module, used for third-party modules
|
7
setup.py
7
setup.py
@ -94,7 +94,8 @@ packages = ['supybot',
|
|||||||
'supybot.plugins.Google.local',
|
'supybot.plugins.Google.local',
|
||||||
'supybot.plugins.Google.local.simplejson',
|
'supybot.plugins.Google.local.simplejson',
|
||||||
'supybot.plugins.RSS.local',
|
'supybot.plugins.RSS.local',
|
||||||
'supybot.plugins.Time.dateutil',
|
'supybot.plugins.Time.local',
|
||||||
|
'supybot.plugins.Time.local.dateutil',
|
||||||
]
|
]
|
||||||
|
|
||||||
package_dir = {'supybot': 'src',
|
package_dir = {'supybot': 'src',
|
||||||
@ -107,7 +108,9 @@ package_dir = {'supybot': 'src',
|
|||||||
'supybot.plugins.Dict.local': 'plugins/Dict/local',
|
'supybot.plugins.Dict.local': 'plugins/Dict/local',
|
||||||
'supybot.plugins.Math.local': 'plugins/Math/local',
|
'supybot.plugins.Math.local': 'plugins/Math/local',
|
||||||
'supybot.plugins.RSS.local': 'plugins/RSS/local',
|
'supybot.plugins.RSS.local': 'plugins/RSS/local',
|
||||||
'supybot.plugins.Time.dateutil': 'plugins/Time/dateutil',
|
'supybot.plugins.Time.local': 'plugins/Time/local',
|
||||||
|
'supybot.plugins.Time.local.dateutil':
|
||||||
|
'plugins/Time/local/dateutil',
|
||||||
}
|
}
|
||||||
|
|
||||||
for plugin in plugins:
|
for plugin in plugins:
|
||||||
|
Loading…
Reference in New Issue
Block a user