File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
{{cookiecutter.git_repo_name}} Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 4747 " https"
4848 ],
4949 "__template_repo" : " https://github.com/btr1975/cookiecutter-python-fastapi-openapi" ,
50- "__template_version" : " 2.0.0 " ,
50+ "__template_version" : " 2.0.1 " ,
5151 "_new_lines" : " \n " ,
5252 "_copy_without_render" : [
5353 " {{cookiecutter.__app_name}}/templates" ,
Original file line number Diff line number Diff line change @@ -22,10 +22,12 @@ authors = [
2222maintainers = [
2323 {name = " {{ cookiecutter.full_name }}" , email = " {{ cookiecutter.email }}" },
2424]
25- license = {file = " LICENSE" }
25+ license = " MIT"
26+ license-files = [
27+ " LICENSE"
28+ ]
2629classifiers = [
2730 " Development Status :: 5 - Production/Stable" ,
28- " License :: OSI Approved :: MIT License" ,
2931 " Intended Audience :: Developers" ,
3032 " Natural Language :: English" ,
3133 " Operating System :: MacOS :: MacOS X" ,
You can’t perform that action at this time.
0 commit comments