Link the ChangeLog from package metadata
authorJeremy Stanley <fungi@yuggoth.org>
Tue, 7 Jan 2020 00:43:14 +0000 (00:43 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Wed, 8 Jan 2020 23:35:00 +0000 (23:35 +0000)
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

index aa1ada1..ee2193e 100644 (file)
--- 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/