From 7b7eaf4b639bbac956c28e1e080c54ee6ecc54f6 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Tue, 15 Aug 2023 13:11:07 -0400 Subject: [PATCH] correct some filenames --- tahoe-ssk.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tahoe-ssk.cabal b/tahoe-ssk.cabal index 14bb58a..7470814 100644 --- a/tahoe-ssk.cabal +++ b/tahoe-ssk.cabal @@ -51,13 +51,13 @@ category: Cryptography,Library,Parsers,Security build-type: Simple -- Extra doc files to be distributed with the package, such as a CHANGELOG or a README. -extra-doc-files: CHANGELOG.md +extra-doc-files: ChangeLog.rst -- Extra source files to be distributed with the package, such as examples, or -- a tutorial module. extra-source-files: ChangeLog.rst - README.rst + README.md test/data/* common warnings -- GitLab