Skip to content

Commit 963f0cc

Browse files
committed
fix: build warnings
1 parent 1700eef commit 963f0cc

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "conversiontools"
77
version = "2.0.0"
88
description = "Modern Python library to convert files using Conversion Tools API at https://conversiontools.io - supports both sync and async with full type hints"
99
readme = "README.md"
10-
license = {text = "MIT"}
10+
license = "MIT"
1111
authors = [
1212
{name = "Conversion Tools", email = "info@conversiontools.io"}
1313
]
@@ -35,7 +35,6 @@ keywords = [
3535
classifiers = [
3636
"Development Status :: 5 - Production/Stable",
3737
"Intended Audience :: Developers",
38-
"License :: OSI Approved :: MIT License",
3938
"Operating System :: OS Independent",
4039
"Programming Language :: Python :: 3",
4140
"Programming Language :: Python :: 3.8",

0 commit comments

Comments
 (0)