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
|
|
@ -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