Merged in hotfix/HTTPASTE-35/init (pull request #27)
fix(init): again, distutils... is confusing
This commit is contained in:
commit
c888f22b93
2 changed files with 3 additions and 4 deletions
2
MANIFEST.in
Normal file
2
MANIFEST.in
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
recursive-include src/httpaste/schema *.json
|
||||
recursive-incude src/httpaste/backend *.sql
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue