We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eac2ad commit 74f661fCopy full SHA for 74f661f
setup.py
@@ -7,7 +7,7 @@
7
AUTHOR_EMAIL = "[email protected]"
8
DESCRIPTION = "Build an API for your bot with FastAPI"
9
PROJECT_NAME = "interactions-fastapi"
10
-MAIN_PACKAGE_NAME = "interaction.ext.fastapi"
+MAIN_PACKAGE_NAME = "interactions.ext.fastapi"
11
URL = "https://github.com/Damego/interactions-fastapi"
12
13
with open("README.md", "r", encoding="utf-8") as f:
0 commit comments