postgres automatic schema management roughly working

This commit is contained in:
2020-05-09 19:13:20 -05:00
commit 4a1924587c
9 changed files with 242 additions and 0 deletions

17
setup.cfg Normal file
View File

@ -0,0 +1,17 @@
[metadata]
name = capsulflask
version = 0.0.0
url = https://giit.cyberia.club/~forest/capsul-flask
license = BSD-3-Clause
maintainer = cyberia
maintainer_email = forest.n.johnson@gmail.com
description = Python Flask web application for capsul.org
long_description = file: README.md
long_description_content_type = text/markdown
[options]
packages = find:
include_package_data = true
install_requires =
Flask
psycopg2