Merged in hotfix/HTTPASTE-35/init (pull request #27)

fix(init): again, distutils... is confusing
This commit is contained in:
Tiara Rodney 2022-04-03 15:18:27 +00:00
commit c888f22b93
2 changed files with 3 additions and 4 deletions

2
MANIFEST.in Normal file
View file

@ -0,0 +1,2 @@
recursive-include src/httpaste/schema *.json
recursive-incude src/httpaste/backend *.sql

View file

@ -1,6 +1,6 @@
[metadata]
name = httpaste-victorykit
version = 1.0.8-alpha
version = 1.0.9-alpha
author = Tiara Rodney
author_email = t.rodney@victoryk.it
description = a versatile HTTP pastebin
@ -38,6 +38,3 @@ console_scripts =
[options.packages.find]
where = src
[options.package_data]
openapi_schema = src/httpaste/schema/httpaste.openapi.json
sql_schema = *.sql