about and about_url metadata options

This commit is contained in:
Simon Willison 2019-03-10 14:37:11 -07:00
commit bf6b0f918d
12 changed files with 37 additions and 2 deletions

View file

@ -39,6 +39,8 @@ def publish_subcommand(publish):
license_url,
source,
source_url,
about,
about_url,
name,
force,
token,
@ -70,6 +72,8 @@ def publish_subcommand(publish):
"license_url": license_url,
"source": source,
"source_url": source_url,
"about": about,
"about_url": about_url,
},
):
now_json = {