From 303c947930a3348bf4037617677dc89fb157e1e2 Mon Sep 17 00:00:00 2001 From: Jens Nistler <366967+lociii@users.noreply.github.com> Date: Mon, 12 Aug 2024 11:04:27 +0200 Subject: [PATCH] feat: add changelog to project urls in package metadata (#752) --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 0d756c8..2c5b6a0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -13,6 +13,7 @@ project_urls = Source = https://github.com/deschler/django-modeltranslation Documentation = https://django-modeltranslation.readthedocs.org/en/latest Mailing List = http://groups.google.com/group/django-modeltranslation + Changelog = https://github.com/deschler/django-modeltranslation/blob/master/CHANGELOG.md classifiers = Programming Language :: Python Programming Language :: Python :: 3.9