mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-18 13:09:08 +02:00
* pass flask configs through cfg file. * Remove print line * Add db to client. * Call the initialize db function before starting the client. * Add script to install rpc (#6) * Add script to install rpc * Remove comment. * pass flask configs through cfg file. * Remove print line * Add db to client. * Call the initialize db function before starting the client. * Fix initialize db function. * Update install rpc script.
7 lines
188 B
Text
7 lines
188 B
Text
include LICENSE
|
|
include squeaknode/client/schema.sql
|
|
include squeaknode/server/schema.sql
|
|
graft squeaknode/server/static
|
|
graft squeaknode/server/templates
|
|
graft tests
|
|
global-exclude *.pyc
|