11[build-system ]
2- requires = [" hatchling " ]
3- build-backend = " hatchling.build "
2+ requires = [" poetry-core>=1.0.0 " ]
3+ build-backend = " poetry.core.masonry.api "
44
5- [project ]
5+ [tool . poetry ]
66name = " twitter_plugin_gamesdk"
7- version = " 0.1.0"
8- authors = [
9- {
name =
" Celeste Ang" ,
email =
" [email protected] " },
10- ]
7+ version = " 0.2.0"
118description = " Twitter Plugin for Python SDK for GAME by Virtuals"
12- requires-python = " >=3.8"
13- classifiers = [
14- " Programming Language :: Python :: 3" ,
15- " Programming Language :: Python :: 3.8" ,
16- " Programming Language :: Python :: 3.9" ,
17- " Programming Language :: Python :: 3.10" ,
18- " Programming Language :: Python :: 3.11" ,
19- " License :: OSI Approved :: MIT License" ,
20- " Operating System :: OS Independent" ,
21- " Development Status :: 3 - Alpha" ,
22- " Intended Audience :: Developers" ,
23- " Topic :: Software Development :: Libraries :: Python Modules" ,
24- ]
25- dependencies = [
26- " tweepy>=4.15.0"
27- ]
9+ authors = [
" Celeste Ang <[email protected] >" ]
10+ homepage = " https://github.com/game-by-virtuals/game-python"
11+ repository = " https://github.com/game-by-virtuals/game-python"
2812
29- [tool .hatch .build .targets .wheel ]
30- packages = [" twitter_plugin_gamesdk" ]
13+ [tool .poetry .dependencies ]
14+ python = " >=3.9"
15+ tweepy = " >=4.15.0"
3116
32- [project .urls ]
33- "Homepage" = " https://github.com/game-by-virtuals/game-python"
34- "Bug Tracker" = " https://github.com/game-by-virtuals/game-python"
17+ [tool .poetry .scripts ]
18+ twitter-plugin-gamesdk = " twitter_plugin_gamesdk.game_twitter_auth:start"
0 commit comments