Fixes in console.py
This commit is contained in:
parent
0ea518919d
commit
26c5247c99
3 changed files with 5 additions and 5 deletions
2
setup.py
2
setup.py
|
|
@ -23,7 +23,7 @@ setup(name='paramecio',
|
|||
include_package_data=True,
|
||||
install_requires=['flask', 'pymysql', 'sqlalchemy', 'colorama'],
|
||||
entry_points={'console_scripts': [
|
||||
'paramecio2 = paramecio2.console:start',
|
||||
'paramecio2 = paramecio2.console:start', 'paramecio2db = paramecio2.libraries.db.dbadmin:start',
|
||||
]},
|
||||
license='GPLV3',
|
||||
platforms = 'any',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue