# HG changeset patch # User Oliver Cope # Date 1573046957 0 # Wed Nov 06 13:29:17 2019 +0000 # Node ID 21412f6c90100f5c1720ac1f982c3315a3a30c66 # Parent 4aa13730e70aed23e591dd1af91ec5d825322fc4 Rename changelog with rst extension, include it in PyPI long_description diff --git a/CHANGELOG.txt b/CHANGELOG.rst rename from CHANGELOG.txt rename to CHANGELOG.rst --- a/CHANGELOG.txt +++ b/CHANGELOG.rst @@ -1,3 +1,6 @@ +CHANGELOG +########## + Version 3.0.0 ============== diff --git a/README.rst b/README.rst --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ Mailtools -========== +######### Writing a web application? Want to send some emails from it? Mailtools can help! @@ -16,7 +16,7 @@ routes emails to a test address and not to live email addresses. Usage ------- +===== Creating a simple SMTP mailer:: @@ -64,3 +64,5 @@ message, attachments=['index.rst'] ) + + diff --git a/setup.cfg b/setup.cfg --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] name = mailtools description = Tools for constructing and sending emails -long_description = file: README.rst +long_description = file: README.rst CHANGELOG.rst author = Oliver Cope author_email = oliver@redgecko.org url = https://hg.sr.ht/~olly/mailtools