[Python-modules-commits] [yarl] 02/13: do not add changelog to long description
Piotr Ożarowski
piotr at moszumanska.debian.org
Tue Jun 20 18:21:32 UTC 2017
This is an automated email from the git hooks/post-receive script.
piotr pushed a commit to branch master
in repository yarl.
commit 2a4f07e122b37db25d918e18d3ba30a563a9f031
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 4ab4004..272be95 100644
--- a/setup.py
+++ b/setup.py
@@ -75,8 +75,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