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 11[build-system ]
2- requires = [" pdm-pep517>=1.1.2 " ]
3- build-backend = " pdm.pep517.api "
2+ requires = [" setuptools " ]
3+ build-backend = " setuptools.build_meta "
44
55[project ]
66name = " jsonformatter"
7- version = " 0.3.3 "
7+ version = " 0.3.4 "
88description = ' Python log in json format.'
99readme = " README.md"
1010classifiers = [
Original file line number Diff line number Diff line change 2626
2727setup (
2828 name = 'jsonformatter' ,
29- version = '0.3.3 ' ,
29+ version = '0.3.4 ' ,
3030 packages = find_packages (where = 'src' ),
3131 package_dir = {'' : 'src' },
3232 description = (
Original file line number Diff line number Diff line change 1212
1313__all__ = ['JsonFormatter' , 'basicConfig' ]
1414
15- version_info = (0 , 3 , 3 )
15+ version_info = (0 , 3 , 4 )
1616version = '.' .join (str (v ) for v in version_info )
You can’t perform that action at this time.
0 commit comments