Skip to content

Commit 2139676

Browse files
committed
Modify AGPL version related lines
1 parent 8ae6988 commit 2139676

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=61.0.0"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "django-salesforce"
6+
name = "django-salesforce-agpl"
77
dynamic = [
88
"version",
99
"dependencies"
@@ -13,7 +13,7 @@ authors = [{name = "Hynek Cernoch", email="hynek@sdb.cz"}]
1313
maintainers = [{name = "Phil Christensen", email="phil@bubblehouse.org"}]
1414
description = "a Salesforce backend for Django's ORM"
1515
readme = "README.rst"
16-
license = {text = "MIT (or AGPL)"}
16+
license = {text = "AGPL"}
1717
keywords = ["django", "salesforce", "orm", "backend"]
1818
classifiers = [
1919
"Development Status :: 5 - Production/Stable",
@@ -23,7 +23,7 @@ classifiers = [
2323
]
2424

2525
[project.urls]
26-
Homepage = "https://github.com/django-salesforce/django-salesforce"
26+
Homepage = "https://github.com/django-salesforce/django-salesforce-agpl"
2727
Funding = "https://github.com/sponsors/hynekcer"
2828
Tracker = "https://github.com/django-salesforce/django-salesforce/issues"
2929

0 commit comments

Comments
 (0)