add missing module
This commit is contained in:
parent
284f6b2bd0
commit
db7db690a3
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -4,6 +4,7 @@ setup(
|
||||||
name='feedbot',
|
name='feedbot',
|
||||||
version='0.1.0',
|
version='0.1.0',
|
||||||
py_modules=[
|
py_modules=[
|
||||||
|
'models',
|
||||||
'feedbot',
|
'feedbot',
|
||||||
],
|
],
|
||||||
install_requires=[
|
install_requires=[
|
||||||
|
|
Loading…
Reference in a new issue