fastbrick 0.5.1__tar.gz → 0.5.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {fastbrick-0.5.1 → fastbrick-0.5.2}/PKG-INFO +1 -1
- fastbrick-0.5.2/fastbrick/__init__.py +7 -0
- {fastbrick-0.5.1 → fastbrick-0.5.2}/fastbrick.egg-info/PKG-INFO +1 -1
- fastbrick-0.5.2/fastbrick.egg-info/entry_points.txt +3 -0
- {fastbrick-0.5.1 → fastbrick-0.5.2}/setup.py +2 -2
- fastbrick-0.5.1/fastbrick/__init__.py +0 -0
- fastbrick-0.5.1/fastbrick.egg-info/entry_points.txt +0 -3
- {fastbrick-0.5.1 → fastbrick-0.5.2}/LICENSE +0 -0
- {fastbrick-0.5.1 → fastbrick-0.5.2}/README.md +0 -0
- {fastbrick-0.5.1 → fastbrick-0.5.2}/fastbrick/cli.py +0 -0
- {fastbrick-0.5.1 → fastbrick-0.5.2}/fastbrick.egg-info/SOURCES.txt +0 -0
- {fastbrick-0.5.1 → fastbrick-0.5.2}/fastbrick.egg-info/dependency_links.txt +0 -0
- {fastbrick-0.5.1 → fastbrick-0.5.2}/fastbrick.egg-info/requires.txt +0 -0
- {fastbrick-0.5.1 → fastbrick-0.5.2}/fastbrick.egg-info/top_level.txt +0 -0
- {fastbrick-0.5.1 → fastbrick-0.5.2}/setup.cfg +0 -0
@@ -7,7 +7,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
|
|
7
7
|
|
8
8
|
setup(
|
9
9
|
name="fastbrick",
|
10
|
-
version="0.5.
|
10
|
+
version="0.5.2",
|
11
11
|
author="Sandeep Singh Negi", # 👈
|
12
12
|
author_email="sandeepnegi1710@gmail.com", # 👈
|
13
13
|
description="A CLI tool for generating FastAPI projects and apps",
|
@@ -17,7 +17,7 @@ setup(
|
|
17
17
|
install_requires=["fastapi", "click", "jinja2"],
|
18
18
|
entry_points={
|
19
19
|
"console_scripts": [
|
20
|
-
"fastbrick = fastbrick
|
20
|
+
"fastbrick = fastbrick:main",
|
21
21
|
],
|
22
22
|
},
|
23
23
|
classifiers=[
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|