File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ if [ -z "${NAME}" ]; then
8
8
fi
9
9
10
10
11
- MODULES=" api schemas"
11
+ MODULES=" schemas"
12
12
PROJECT_ROOT=` python -c ' import os; import freenit; print(os.path.dirname(os.path.abspath(freenit.__file__)))' `
13
13
14
14
20
20
touch ${NAME} /__init__.py
21
21
echo ' freenit' > requirements.txt
22
22
cp -r ${PROJECT_ROOT} /project/* .
23
+ mv api ${NAME}
23
24
mv models ${NAME}
24
25
echo " app_name=\" ${NAME} \" # noqa: E225" > name.py
25
26
echo " ipdb" > requirements_dev.txt
Original file line number Diff line number Diff line change 9
9
10
10
setup (
11
11
name = 'freenit' ,
12
- version = '0.0.20 ' ,
12
+ version = '0.0.21 ' ,
13
13
description = 'REST API framework based on Flask-Smorest' ,
14
14
long_description = README ,
15
15
long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments