diff --git a/setup.py b/setup.py index dac4755..6e65886 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup(name='paramecio', url='http://paramecioproject.com/', packages=['paramecio'], include_package_data=True, - install_requires=['bottle', 'mako', 'passlib', 'bcrypt', 'PyMySQL], + install_requires=['bottle', 'mako', 'passlib', 'bcrypt', 'PyMySQL'], entry_points={'console_scripts': [ 'paramecio = paramecio.console:start', ]},