Skip to content

Commit 5f33110

Browse files
committed
📝 ♻️
1 parent 8098946 commit 5f33110

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
from distutils.core import setup
44

5-
setup(name='FastAPI Skeleton',
5+
setup(name='FastAPI Scaffolding',
66
version='1.0',
77
description='Sample code for FastAPI',
88
author='Jason Eisele',
99
author_email='jeisele@shipt.com',
10-
packages=['fastapi_skeleton'],
10+
packages=['fastapi_scaffolding'],
1111
)

0 commit comments

Comments
 (0)