Skip to content

Commit

Permalink
renamed to try to not be too simular
Browse files Browse the repository at this point in the history
  • Loading branch information
treeben77 authored Dec 3, 2022
1 parent 3c15872 commit 842e1b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
long_description = file.read()

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

0 comments on commit 842e1b1

Please sign in to comment.