[Python-modules-commits] [yarl] 02/07: do not add changelog to long description
Piotr Ożarowski
piotr at moszumanska.debian.org
Mon Nov 7 21:51:13 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 e179705bc47862ae7561c59fd5e49597910ad87d
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 7885ec9..595f52d 100644
--- a/setup.py
+++ b/setup.py
@@ -70,8 +70,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