squeaknode/MANIFEST.in
Jonathan Zernik b2a0bc97be
pass flask configs through cfg file. (#5)
* 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.
2020-03-19 15:35:48 -07:00

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