File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- all : build upload
1
+ all : build
2
2
3
- build :
3
+ build : clean
4
4
pip install build twine
5
5
rm -rf dist/
6
6
python -m build
Original file line number Diff line number Diff line change @@ -121,10 +121,10 @@ def walk_and_modify(model):
121
121
122
122
setattr (model , field , parameter )
123
123
124
- return model
124
+ return model
125
125
126
126
return walk_and_modify (parameter )
127
-
127
+
128
128
if isinstance (parameter , (tuple )):
129
129
parameter = list (parameter )
130
130
for key in get_keys (parameter ):
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " ioc"
7
- version = " 0.1.0 "
7
+ version = " 0.1.1 "
8
8
description = " A small dependency injection container based on Symfony2 Dependency Component"
9
9
readme = " README.md"
10
10
license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments