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 8098946 commit 5f33110Copy full SHA for 5f33110
setup.py
@@ -2,10 +2,10 @@
2
3
from distutils.core import setup
4
5
-setup(name='FastAPI Skeleton',
+setup(name='FastAPI Scaffolding',
6
version='1.0',
7
description='Sample code for FastAPI',
8
author='Jason Eisele',
9
author_email='jeisele@shipt.com',
10
- packages=['fastapi_skeleton'],
+ packages=['fastapi_scaffolding'],
11
)
0 commit comments