fix(setup.cfg): add schema data path
This commit is contained in:
parent
fdf69d37db
commit
dfff5f1523
1 changed files with 3 additions and 0 deletions
|
|
@ -37,3 +37,6 @@ console_scripts =
|
||||||
|
|
||||||
[options.packages.find]
|
[options.packages.find]
|
||||||
where = src
|
where = src
|
||||||
|
|
||||||
|
[options.package_data]
|
||||||
|
schema = src/httpaste/schema/httpaste.openapi.json
|
||||||
Loading…
Add table
Add a link
Reference in a new issue