[Python-modules-commits] [yarl] 10/16: do not add changelog to long description

Piotr Ożarowski piotr at moszumanska.debian.org
Wed Dec 21 12:00:41 UTC 2016


This is an automated email from the git hooks/post-receive script.

piotr pushed a commit to branch master
in repository yarl.

commit 00a08911c833e5eb3943ae97543ad20b460955a6
Author: Piotr Ożarowski <ozarow at gmail.com>
Date:   Sun Nov 6 22:11:09 2016 +0100

    do not add changelog to long description
    
    it contains non-ascii characters (and thus FTBFS) and we install it via
    separate file anyway
---
 setup.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index dc133d3..71d0696 100644
--- a/setup.py
+++ b/setup.py
@@ -76,8 +76,8 @@ args = dict(
     name='yarl',
     version=version,
     description=("Yet another URL library"),
-    long_description='\n\n'.join([read('README.rst'),
-                                  read('CHANGES.rst')]),
+    #long_description='\n\n'.join([read('README.rst'),
+    #                              read('CHANGES.rst')]),
     classifiers=[
         'License :: OSI Approved :: Apache Software License',
         'Intended Audience :: Developers',

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/yarl.git



More information about the Python-modules-commits mailing list