Skip to content

Commit 977b30d

Browse files
committed
fix: update license to SPDX format and remove deprecated classifier
Replace deprecated license table format with SPDX identifier string and remove the deprecated 'License :: OSI Approved :: Apache Software License' classifier to resolve setuptools deprecation warnings during build.
1 parent c6a2378 commit 977b30d

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,13 +7,12 @@ name = "pydgraph"
77
authors = [
88
{ name = "Istari Digital, Inc.", email = "dgraph-admin@istaridigital.com" },
99
]
10-
license = { file = "LICENSE" }
10+
license = "Apache-2.0"
1111
description = "Official Dgraph client implementation for Python"
1212
readme = "README.md"
1313
requires-python = ">=3.9"
1414
classifiers = [
1515
'Intended Audience :: Developers',
16-
'License :: OSI Approved :: Apache Software License',
1716
'Operating System :: OS Independent',
1817
'Topic :: Database',
1918
'Topic :: Software Development',

0 commit comments

Comments
 (0)