From cf94e59a65ac7741ecb8f09cd0a767b56d23027c Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Tue, 7 Jan 2020 00:43:14 +0000 Subject: [PATCH] Link the ChangeLog from package metadata Users of PyPI are going to want to know where to find the ChangeLog without going to the project homepage/docs and hunting around. Add a flexible redirect URL for it so we can move it easily later. --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index aa1ada1..ee2193e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2019 mudpy authors. Permission to use, copy, +# Copyright (c) 2016-2020 mudpy authors. Permission to use, copy, # modify, and distribute this software is granted under terms # provided in the LICENSE file distributed with this software. @@ -12,6 +12,7 @@ author = Jeremy Stanley author-email = fungi@yuggoth.org home-page = https://mudpy.org/ project_urls = + Big ChangeLog = https://mudpy.org/clog/mudpy/ Browse Source = https://mudpy.org/code/mudpy/ Bug Reporting = https://mudpy.org/bugs/mudpy/ Documentation = https://mudpy.org/docs/mudpy/ -- 2.11.0