Skip to content

Commit 58895f6

Browse files
committed
Fix wrong subpackage name for endpoints folder
1 parent ba70828 commit 58895f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
packages=[
2828
'wumpy.bot', 'wumpy.cache', 'wumpy.gateway', 'wumpy.interactions',
2929
'wumpy.interactions.commands', 'wumpy.interactions.components',
30-
'wumpy.models', 'wumpy.models.endpoints', 'wumpy.rest',
30+
'wumpy.models', 'wumpy.rest.endpoints', 'wumpy.rest',
3131
],
3232

3333
package_dir={

0 commit comments

Comments
 (0)