Skip to content

Commit 4d5c7a5

Browse files
authored
Update setup.py
1 parent 1d77734 commit 4d5c7a5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from distutils.core import setup
22

3-
setup(name='Distutils',
3+
setup(name='DiscordOAuth2',
44
version='0.2a',
55
description='DiscordOAuth2.py',
66
author='TreeBen77',
@@ -15,3 +15,7 @@
1515
'Topic :: Communications :: Email',
1616
],
1717
)
18+
19+
packages = [
20+
'discordoauth2',
21+
]

0 commit comments

Comments
 (0)