mirror of
https://github.com/simonw/datasette.git
synced 2026-06-06 17:16:57 +02:00
about and about_url metadata options
This commit is contained in:
parent
41744d7690
commit
bf6b0f918d
12 changed files with 37 additions and 2 deletions
|
|
@ -217,6 +217,8 @@ def plugins(all, plugins_dir):
|
|||
@click.option("--license_url", help="License URL for metadata")
|
||||
@click.option("--source", help="Source label for metadata")
|
||||
@click.option("--source_url", help="Source URL for metadata")
|
||||
@click.option("--about", help="About label for metadata")
|
||||
@click.option("--about_url", help="About URL for metadata")
|
||||
def package(
|
||||
files,
|
||||
tag,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue