Skip to content

Commit bb51ed5

Browse files
committed
fix: Fixed missing types sub-package in setup.py
1 parent fc54ed1 commit bb51ed5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@ __pycache__
1616
*.pyc
1717
# Default ignored files
1818
/shelf/
19-
workspace.xml
20-
/loca-tests/
19+
workspace.xml

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
'Topic :: Software Development :: Libraries :: Python Modules',
109109
'Topic :: Utilities'
110110
],
111-
packages=['discord', 'discord.bin', 'discord.oauth2', 'discord.ext.commands', 'discord.ext.tasks'],
111+
packages=['discord', 'discord.types', 'discord.bin', 'discord.oauth2', 'discord.ext.commands', 'discord.ext.tasks'],
112112
include_package_data=True,
113113
install_requires=[
114114
"aiohttp",

0 commit comments

Comments
 (0)