Skip to content

Commit f30f0a8

Browse files
committed
Review feedback
1 parent 475df4b commit f30f0a8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ classifiers = [
1616
"Intended Audience :: Developers",
1717
"Natural Language :: English",
1818
"Operating System :: OS Independent",
19+
"License :: OSI Approved :: Apache Software License",
1920
"Programming Language :: Python",
2021
"Programming Language :: Python :: 3.9",
2122
"Programming Language :: Python :: 3.10",
@@ -34,9 +35,11 @@ cle = ["cryptography>=42.0"]
3435
test = ["pytest", "PyYAML", "pytz"]
3536

3637
[project.urls]
38+
homepage = "https://github.com/apache/cassandra-python-driver/"
3739
documentation = "https://docs.datastax.com/en/developer/python-driver/latest/"
3840
source = "https://github.com/apache/cassandra-python-driver/"
3941
issues = "https://issues.apache.org/jira/issues/?jql=project%20%3D%20CASSPYTHON%20ORDER%20BY%20key%20DESC"
42+
changelog = "https://github.com/apache/cassandra-python-driver/blob/trunk/CHANGELOG.rst"
4043

4144
[tool.setuptools.packages.find]
4245
include = ['cassandra', 'cassandra.io', 'cassandra.cqlengine', 'cassandra.graph',

0 commit comments

Comments
 (0)