Skip to content

Commit 842e1b1

Browse files
authored
renamed to try to not be too simular
1 parent 3c15872 commit 842e1b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
long_description = file.read()
55

66
setup(
7-
name='discordoauth2',
7+
name='discord-oauth2',
88
description='Use Discord\'s OAuth2 effortlessly! Turns the auth code to a access token and the access token into scope infomation. ',
99
version="1.0.0",
1010
long_description=long_description,
@@ -20,4 +20,4 @@
2020
install_requires=[
2121
'requests'
2222
]
23-
)
23+
)

0 commit comments

Comments
 (0)