|
6 | 6 | setup( |
7 | 7 | name="discord-oauth2.py", |
8 | 8 | description="Use Discord's OAuth2 effortlessly! Turns the auth code to a access token and the access token into scope infomation. ", |
9 | | - version="1.2.1", |
| 9 | + version="1.2.2", |
10 | 10 | long_description=long_description, |
11 | 11 | long_description_content_type="text/markdown", |
12 | 12 | license="MIT", |
13 | 13 | python_requires=">=3.8", |
14 | 14 | author="TreeBen77", |
15 | 15 | packages=["discordoauth2"], |
16 | | - url="https://github.com/TreeBen77/discordoauth2", |
| 16 | + url="https://github.com/treeben77/discordoauth2", |
17 | 17 | keywords="flask, oauth2, discord, discord-api", |
18 | 18 | install_requires=[ |
19 | 19 | "aiohttp", |
|
0 commit comments