diff --git a/.gitignore b/.gitignore index b2a42f7..26fec9d 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,8 @@ *.pyc __pycache__ *.egg-info +images +build node_modules web/lib/import-map.json diff --git a/sticker/version.py b/sticker/version.py index 47f7fff..896c815 100644 --- a/sticker/version.py +++ b/sticker/version.py @@ -1 +1,6 @@ -from .get_version import git_tag, git_revision, version, linkified_version +# Generated in setup.py + +git_tag = None +git_revision = '9e6b7aa0' +version = '0.1.0+dev.9e6b7aa0' +linkified_version = '0.1.0+dev.[9e6b7aa0](https://github.com/maunium/stickerpicker/commit/9e6b7aa03640a3170a4b8330364ebb058e7d36c3)' diff --git a/web/packs/index.json b/web/packs/index.json index 21db308..b02c17d 100644 --- a/web/packs/index.json +++ b/web/packs/index.json @@ -1,6 +1,7 @@ { "packs": [ - "pepe.json" + "pepe.json", + "weeb.json" ], "homeserver_url": "https://matrix-client.matrix.org" } \ No newline at end of file diff --git a/web/packs/weeb.json b/web/packs/weeb.json new file mode 100644 index 0000000..d7b7fb9 --- /dev/null +++ b/web/packs/weeb.json @@ -0,0 +1 @@ +{"title": "weeb", "id": "weeb", "stickers": [{"body": "LdoingL", "url": "mxc://matrix.org/kEQTKslLsVWAfwkOuojGbvBG", "info": {"w": 256, "h": 256, "size": 268222, "mimetype": "image/png", "thumbnail_url": "mxc://matrix.org/kEQTKslLsVWAfwkOuojGbvBG", "thumbnail_info": {"w": 256, "h": 256, "size": 268222, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:815dd000c2729195de03a57687d9e0a84beea3826104627191a5ee9b1c468b5a"}]} \ No newline at end of file