Update some metadata

This commit is contained in:
Tulir Asokan 2021-10-03 12:45:37 +03:00
parent ef844a0ff8
commit 046779d102
2 changed files with 2 additions and 1 deletions

View File

@ -45,6 +45,7 @@ setuptools.setup(
"Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
], ],
entry_points={"console_scripts": [ entry_points={"console_scripts": [
"sticker-import=sticker.stickerimport:cmd", "sticker-import=sticker.stickerimport:cmd",

View File

@ -4,7 +4,7 @@
"description": "A fast and simple Matrix sticker picker widget", "description": "A fast and simple Matrix sticker picker widget",
"repository": "https://github.com/maunium/stickerpicker", "repository": "https://github.com/maunium/stickerpicker",
"author": "Tulir Asokan <tulir@maunium.net>", "author": "Tulir Asokan <tulir@maunium.net>",
"license": "MPL-2.0", "license": "AGPL-3.0-or-later",
"private": true, "private": true,
"scripts": { "scripts": {
"esinstall": "node ./esinstall.js", "esinstall": "node ./esinstall.js",