21412f6c9010 — Oliver Cope 5 years ago
Rename changelog with rst extension, include it in PyPI long_description
3 files changed, 8 insertions(+), 3 deletions(-)

M CHANGELOG.txt => CHANGELOG.rst
M README.rst
M setup.cfg
M CHANGELOG.txt => CHANGELOG.rst +3 -0
@@ 1,3 1,6 @@ 
+CHANGELOG
+##########
+
 Version 3.0.0
 ==============
 

          
M README.rst +4 -2
@@ 1,5 1,5 @@ 
 Mailtools
-==========
+#########
 
 Writing a web application? Want to send some emails from it? Mailtools can
 help!

          
@@ 16,7 16,7 @@ help!
    routes emails to a test address and not to live email addresses.
 
 Usage
-------
+=====
 
 Creating a simple SMTP mailer::
 

          
@@ 64,3 64,5 @@ Adding attachments::
                 message,
                 attachments=['index.rst']
         )
+
+

          
M setup.cfg +1 -1
@@ 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