Skip to content

Commit 592d40d

Browse files
committed
[twitter plugin] bump to 0.2.6
1 parent fc6bb1e commit 592d40d

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

plugins/twitter/pyproject.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,18 @@ requires = ["poetry-core>=1.0.0"]
33
build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
6-
name = "twitter_plugin_gamesdk"
7-
version = "0.2.4"
6+
name = "twitter-plugin-gamesdk"
7+
version = "0.2.6"
88
description = "Twitter Plugin for Python SDK for GAME by Virtuals"
99
authors = ["Celeste Ang <celeste@virtuals.io>"]
10+
readme = "README.md"
11+
packages = [{ include = "twitter_plugin_gamesdk" }]
1012
homepage = "https://github.com/game-by-virtuals/game-python"
1113
repository = "https://github.com/game-by-virtuals/game-python"
1214

1315
[tool.poetry.dependencies]
1416
python = ">=3.9"
15-
virtuals-tweepy = "^0.1.3"
17+
tweepy = ">=4.15.0"
1618

1719
[tool.poetry.scripts]
18-
twitter-plugin-gamesdk = "twitter_plugin_gamesdk.game_twitter_auth:start"
20+
twitter-plugin-gamesdk = "twitter_plugin_gamesdk.game_twitter_auth:start"

0 commit comments

Comments
 (0)