fix(init): again, distutils... is confusing
non-script files should now be, hopefully, included in bdist and sdist chore: upgrade version
This commit is contained in:
parent
e330bbf70a
commit
ecd7d03a20
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]
|
[metadata]
|
||||||
name = httpaste-victorykit
|
name = httpaste-victorykit
|
||||||
version = 1.0.8-alpha
|
version = 1.0.9-alpha
|
||||||
author = Tiara Rodney
|
author = Tiara Rodney
|
||||||
author_email = t.rodney@victoryk.it
|
author_email = t.rodney@victoryk.it
|
||||||
description = a versatile HTTP pastebin
|
description = a versatile HTTP pastebin
|
||||||
|
|
@ -38,6 +38,3 @@ console_scripts =
|
||||||
[options.packages.find]
|
[options.packages.find]
|
||||||
where = src
|
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