fix setup.py
This commit is contained in:
parent
04dff6d36d
commit
8a7738ca02
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -2,7 +2,7 @@ from setuptools import setup
|
|||
|
||||
setup(
|
||||
name='partybot',
|
||||
py_modules=['models','pnutbot'],
|
||||
py_modules=['partybot.models','partybot.pnutbot'],
|
||||
install_requires=[
|
||||
'PyYAML',
|
||||
'pnutpy',
|
||||
|
|
Loading…
Reference in a new issue