File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2020 version = version ,
2121 description = "Build an API for your bot with FastAPI" ,
2222 link = "https://github.com/Damego/interactions-fastapi" ,
23- packages = ["interactions.ext.api " ],
23+ packages = ["interactions.ext.fastapi " ],
2424 requirements = [
2525 "discord-py-interactions" ,
2626 "fastapi" ,
File renamed without changes.
Original file line number Diff line number Diff line change 77AUTHOR_EMAIL = "[email protected] " 88DESCRIPTION = "Build an API for your bot with FastAPI"
99PROJECT_NAME = "interactions-fastapi"
10- MAIN_PACKAGE_NAME = "interaction.ext.api "
10+ MAIN_PACKAGE_NAME = "interaction.ext.fastapi "
1111URL = "https://github.com/Damego/interactions-fastapi"
1212
1313with open ("README.md" , "r" , encoding = "utf-8" ) as f :
2929 long_description = README ,
3030 long_description_content_type = "text/markdown" ,
3131 url = URL ,
32- packages = ["interactions.ext.api" ],
32+ packages = [MAIN_PACKAGE_NAME ],
3333 python_requires = ">=3.8" ,
3434 classifiers = [
3535 "Intended Audience :: Developers" ,
You can’t perform that action at this time.
0 commit comments