[Python-modules-commits] [routes] 03/08: drop_changes_from_description

Piotr Ożarowski piotr at moszumanska.debian.org
Thu Jul 20 18:42:03 UTC 2017


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

piotr pushed a commit to branch master
in repository routes.

commit 65520a4394e347dcc3c0a1e392a7b8eb29609fbe
Author: SVN-Git Migration <python-modules-team at lists.alioth.debian.org>
Date:   Thu Oct 8 13:43:58 2015 -0700

    drop_changes_from_description
    
    Patch-Name: drop_changes_from_description.patch
---
 setup.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/setup.py b/setup.py
index 4255f6d..b389db9 100644
--- a/setup.py
+++ b/setup.py
@@ -9,8 +9,8 @@ from setuptools import setup, find_packages
 here = os.path.abspath(os.path.dirname(__file__))
 with io.open(os.path.join(here, 'README.rst'), encoding='utf8') as f:
     README = f.read()
-with io.open(os.path.join(here, 'CHANGELOG.rst'), encoding='utf8') as f:
-    CHANGES = f.read()
+#with io.open(os.path.join(here, 'CHANGELOG.rst'), encoding='utf8') as f:
+#    CHANGES = f.read()
 PY3 = sys.version_info[0] == 3
 
 extra_options = {
@@ -26,7 +26,7 @@ if PY3:
 setup(name="Routes",
       version=__version__,
       description='Routing Recognition and Generation Tools',
-      long_description=README + '\n\n' + CHANGES,
+      long_description=README,
       classifiers=["Development Status :: 5 - Production/Stable",
                    "Intended Audience :: Developers",
                    "License :: OSI Approved :: MIT License",

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



More information about the Python-modules-commits mailing list