Skip to content

Commit 66c6801

Browse files
committed
Update project toml
Update project toml
1 parent c809b97 commit 66c6801

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

dev.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "automation_file_dev"
9-
version = "0.0.26"
9+
version = "0.0.27"
1010
authors = [
1111
{ name = "JE-Chen", email = "zenmailman@gmail.com" },
1212
]

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "automation_file"
9-
version = "0.0.24"
9+
version = "0.0.25"
1010
authors = [
1111
{ name = "JE-Chen", email = "zenmailman@gmail.com" },
1212
]
1313
description = ""
1414
readme = { file = "README.md", content-type = "text/markdown" }
1515
requires-python = ">=3.9"
16-
license = { text = "MIT" }
16+
license-files = ["LICENSE"]
1717
dependencies = [
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

0 commit comments

Comments
 (0)