From: Jeremy Stanley Date: Tue, 7 Jan 2020 00:43:14 +0000 (+0000) Subject: Link the ChangeLog from package metadata X-Git-Tag: 0.2.0~14 X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=commitdiff_plain;h=cf94e59a65ac7741ecb8f09cd0a767b56d23027c 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. --- 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/