Update setup.py to include context.py and utils.py modules in package data

parent 55a8311f
...@@ -94,6 +94,8 @@ setup( ...@@ -94,6 +94,8 @@ setup(
'aisbf/models.py', 'aisbf/models.py',
'aisbf/providers.py', 'aisbf/providers.py',
'aisbf/handlers.py', 'aisbf/handlers.py',
'aisbf/context.py',
'aisbf/utils.py',
]), ]),
], ],
entry_points={ entry_points={
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment