From 046134a155937f52875bc3298823007369540245 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Sun, 5 Jul 2020 21:56:14 +0700 Subject: [PATCH 1/2] pyproject.toml: Add url --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 01b31173..4fb58eee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,7 @@ authors = [ ] license = "BSD-3-Clause" readme = "README.md" +url = "https://github.com/torchbox/django-pattern-library" classifiers = [ "Development Status :: 4 - Beta", "Environment :: Web Environment", From 18e3af0c55e3cafa6aea26cd308d1dfdebd1f1c8 Mon Sep 17 00:00:00 2001 From: Thibaud Colas Date: Mon, 27 Jul 2020 13:36:34 +0100 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4fb58eee..b2b81caf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [ ] license = "BSD-3-Clause" readme = "README.md" -url = "https://github.com/torchbox/django-pattern-library" +homepage = "https://github.com/torchbox/django-pattern-library" classifiers = [ "Development Status :: 4 - Beta", "Environment :: Web Environment",