diff --git a/setup.py b/setup.py index 8d78438b1d92f9a81379fe30e1f6ba9b619a0e53..d747b769dee4bed62320843658f6d88c52b49c07 100644 --- a/setup.py +++ b/setup.py @@ -45,6 +45,7 @@ setuptools.setup( "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", ], entry_points={"console_scripts": [ "sticker-import=sticker.stickerimport:cmd", diff --git a/web/package.json b/web/package.json index ffcd4cecb165fc45098f7fdc0e571f8a17267a0a..b2b7f9020ea6078b3b34f88a96cac39cb182db43 100644 --- a/web/package.json +++ b/web/package.json @@ -4,7 +4,7 @@ "description": "A fast and simple Matrix sticker picker widget", "repository": "https://github.com/maunium/stickerpicker", "author": "Tulir Asokan <tulir@maunium.net>", - "license": "MPL-2.0", + "license": "AGPL-3.0-or-later", "private": true, "scripts": { "esinstall": "node ./esinstall.js",