Skip to content

Commit f75e446

Browse files
committed
pyproject.toml: Use license field
1 parent 4f272da commit f75e446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ keywords = ["cassandra", "cql", "orm", "dse", "graph"]
66
classifiers = [
77
'Development Status :: 5 - Production/Stable',
88
'Intended Audience :: Developers',
9-
'License :: OSI Approved :: Apache Software License',
109
'Natural Language :: English',
1110
'Operating System :: OS Independent',
1211
'Programming Language :: Python',
@@ -21,6 +20,7 @@ classifiers = [
2120
]
2221
dependencies = ['geomet>=1.1', 'pyyaml > 5.0']
2322
dynamic = ["version", "readme"]
23+
license = "Apache-2.0"
2424

2525
[project.urls]
2626
"Homepage" = "https://github.com/scylladb/python-driver"

0 commit comments

Comments
 (0)