Add pmxbot command

This commit is contained in:
Jason R. Coombs
2015-12-10 18:34:25 -05:00
parent f7ccbc5a35
commit acdfbd6593
3 changed files with 18 additions and 0 deletions
+3
View File
@@ -46,6 +46,9 @@ setup_params = dict(
"Programming Language :: Python :: 3",
],
entry_points={
'pmxbot_handlers': [
'Wolfram|Alpha = wolframalpha.pmxbot',
],
},
)
if __name__ == '__main__':