Tiara Rodney
153ee43b18
refactor(toolchain): include views
2022-04-16 06:29:21 +02:00
Tiara Rodney
a4116832e7
fix(build-toolchain): migrate versioning to setuptools_scm
...
versioning of package now handled through setuptools_scm. Git tag therefore
takes precedence and manually setting a version in setup.cfg is redundant.
In addition, setuptools_scm handles proper inclusion of sdist non-python files
and simplifies bdist packaging.
2022-04-08 21:00:51 +02:00
Tiara Rodney
ecd7d03a20
fix(init): again, distutils... is confusing
...
non-script files should now be, hopefully, included in bdist and sdist
chore: upgrade version
2022-04-03 17:15:58 +02:00
Tiara Rodney
e330bbf70a
fix(init): add custom context manager for pkg resources
...
chore: upgrade version
2022-04-03 16:48:39 +02:00
Tiara Rodney
65f5077095
fix(init): add importlib context to connexion init
...
connexion openapi spec reference now provided through importlib
context manager, since file will exist inside of python egg, therefore
not being accesible through package file path
chore: upgrade version
2022-04-03 16:16:51 +02:00
Tiara Rodney
fc367ed4cb
fix(wsgi+config): fault environment setup
...
chore: upgrade version
2022-04-03 04:30:13 +02:00
Tiara Rodney
bdefd7e592
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
2022-04-03 03:50:39 +02:00
Tiara Rodney
6e0229f34f
fix(schema): add parameters to paste/private route
...
chore: upgrade version
resolves: HTTPASTE-32
2022-04-03 01:31:51 +02:00
Tiara Rodney
dfff5f1523
fix(setup.cfg): add schema data path
2022-04-02 20:20:09 +02:00
Tiara Rodney
d367d43524
fix(schema): initialize module
...
chore: upgrade version
2022-04-02 20:07:28 +02:00
Tiara Rodney
e670f0be27
fix(helper): initialize module
...
chore: upgrade version
2022-04-02 19:37:38 +02:00
Tiara Rodney
b3273ee9e2
chore: update setup.cfg classifiers
2022-04-02 19:15:31 +02:00
Tiara Rodney
59823fe6d7
chore: update package version
2022-04-02 19:00:13 +02:00
Tiara Rodney
0d6c010cce
feat: init
...
[skip ci]
2022-04-01 01:02:09 +02:00