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 47
47
" https"
48
48
],
49
49
"__template_repo" : " https://github.com/btr1975/cookiecutter-python-fastapi-openapi" ,
50
- "__template_version" : " 2.0.0 " ,
50
+ "__template_version" : " 2.0.1 " ,
51
51
"_new_lines" : " \n " ,
52
52
"_copy_without_render" : [
53
53
" {{cookiecutter.__app_name}}/templates" ,
Original file line number Diff line number Diff line change @@ -22,10 +22,12 @@ authors = [
22
22
maintainers = [
23
23
{name = " {{ cookiecutter.full_name }}" , email = " {{ cookiecutter.email }}" },
24
24
]
25
- license = {file = " LICENSE" }
25
+ license = " MIT"
26
+ license-files = [
27
+ " LICENSE"
28
+ ]
26
29
classifiers = [
27
30
" Development Status :: 5 - Production/Stable" ,
28
- " License :: OSI Approved :: MIT License" ,
29
31
" Intended Audience :: Developers" ,
30
32
" Natural Language :: English" ,
31
33
" Operating System :: MacOS :: MacOS X" ,
You can’t perform that action at this time.
0 commit comments