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
1
[build-system ]
2
- requires = [" pdm-pep517>=1.1.2 " ]
3
- build-backend = " pdm.pep517.api "
2
+ requires = [" setuptools " ]
3
+ build-backend = " setuptools.build_meta "
4
4
5
5
[project ]
6
6
name = " jsonformatter"
7
- version = " 0.3.3 "
7
+ version = " 0.3.4 "
8
8
description = ' Python log in json format.'
9
9
readme = " README.md"
10
10
classifiers = [
Original file line number Diff line number Diff line change 26
26
27
27
setup (
28
28
name = 'jsonformatter' ,
29
- version = '0.3.3 ' ,
29
+ version = '0.3.4 ' ,
30
30
packages = find_packages (where = 'src' ),
31
31
package_dir = {'' : 'src' },
32
32
description = (
Original file line number Diff line number Diff line change 12
12
13
13
__all__ = ['JsonFormatter' , 'basicConfig' ]
14
14
15
- version_info = (0 , 3 , 3 )
15
+ version_info = (0 , 3 , 4 )
16
16
version = '.' .join (str (v ) for v in version_info )
You can’t perform that action at this time.
0 commit comments