Modernize basecode, now cromosoma and citoplasma are deleted by more comprensible libraries, and libraries.db directory names
This commit is contained in:
parent
94d3eef840
commit
50034d9ad6
108 changed files with 250 additions and 257 deletions
2
setup.py
2
setup.py
|
|
@ -24,7 +24,7 @@ setup(name='paramecio',
|
|||
install_requires=['bottle', 'mako', 'pymysql', 'sqlalchemy', 'oslo.concurrency', 'itsdangerous', 'colorama','cherrypy', 'arrow', 'argon2-cffi', 'pillow', 'itsdangerous'],
|
||||
entry_points={'console_scripts': [
|
||||
'paramecio = paramecio.console:start',
|
||||
'parameciodb = paramecio.cromosoma.dbamin.start'
|
||||
'parameciodb = paramecio.libraries.db.dbamin.start'
|
||||
]},
|
||||
license='AGPLV3',
|
||||
platforms = 'any',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue