File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
77[project ]
88name = " automation_file_dev"
9- version = " 0.0.26 "
9+ version = " 0.0.27 "
1010authors = [
1111 { name = " JE-Chen" , email = " zenmailman@gmail.com" },
1212]
Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ build-backend = "setuptools.build_meta"
66
77[project ]
88name = " automation_file"
9- version = " 0.0.24 "
9+ version = " 0.0.25 "
1010authors = [
1111 { name = " JE-Chen" , email = " zenmailman@gmail.com" },
1212]
1313description = " "
1414readme = { file = " README.md" , content-type = " text/markdown" }
1515requires-python = " >=3.9"
16- license = { text = " MIT " }
16+ license-files = [ " LICENSE " ]
1717dependencies = [
1818 " google-api-python-client" ,
1919 " google-auth-httplib2" ,
@@ -25,7 +25,6 @@ classifiers = [
2525 " Environment :: Win32 (MS Windows)" ,
2626 " Environment :: MacOS X" ,
2727 " Environment :: X11 Applications" ,
28- " License :: OSI Approved :: MIT License" ,
2928 " Operating System :: OS Independent"
3029]
3130
You can’t perform that action at this time.
0 commit comments