File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,16 +3,18 @@ requires = ["poetry-core>=1.0.0"]
33build-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 "
88description = " Twitter Plugin for Python SDK for GAME by Virtuals"
99authors = [" Celeste Ang <celeste@virtuals.io>" ]
10+ readme = " README.md"
11+ packages = [{ include = " twitter_plugin_gamesdk" }]
1012homepage = " https://github.com/game-by-virtuals/game-python"
1113repository = " https://github.com/game-by-virtuals/game-python"
1214
1315[tool .poetry .dependencies ]
1416python = " >=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"
You can’t perform that action at this time.
0 commit comments