refactor(setuptools): include sql schema

fix(backend/sqlite): load files through importlib

is required since package will be distributed as python egg

chore: upgrade version
This commit is contained in:
Tiara Rodney 2022-04-03 03:48:18 +02:00
parent fedd42933c
commit bdefd7e592
4 changed files with 12 additions and 8 deletions

View file

@ -1,6 +1,6 @@
[metadata]
name = httpaste-victorykit
version = 1.0.4-alpha
version = 1.0.5-alpha
author = Tiara Rodney
author_email = t.rodney@victoryk.it
description = a versatile HTTP pastebin
@ -39,4 +39,5 @@ console_scripts =
where = src
[options.package_data]
schema = src/httpaste/schema/httpaste.openapi.json
openapi_schema = src/httpaste/schema/httpaste.openapi.json
sql_schema = *.sql