fix setup.py

This commit is contained in:
Morgan McMillian 2021-11-19 17:29:33 -08:00
parent 04dff6d36d
commit 8a7738ca02

View file

@ -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',