mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Smarter merging of metadata and extra_metadata, closes #724
This commit is contained in:
parent
d55fe8cdfc
commit
d349d57cdf
3 changed files with 21 additions and 6 deletions
1
setup.py
1
setup.py
|
|
@ -46,6 +46,7 @@ setup(
|
|||
"aiofiles~=0.4.0",
|
||||
"janus~=0.4.0",
|
||||
"PyYAML~=5.3",
|
||||
"mergedeep~=1.1.1",
|
||||
],
|
||||
entry_points="""
|
||||
[console_scripts]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue