[geneagrapher] 175/226: Reformatting setup.py for PEP8 conformance.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sat Jul 11 17:11:04 UTC 2015


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

dtorrance-guest pushed a commit to branch master
in repository geneagrapher.

commit b66630cba9a51f3cf115c31d5c9f776927f780a0
Author: David Alber <alber.david at gmail.com>
Date:   Sat Nov 26 11:39:34 2011 -0800

    Reformatting setup.py for PEP8 conformance.
---
 setup.py | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/setup.py b/setup.py
index 79b0e38..f659f5d 100644
--- a/setup.py
+++ b/setup.py
@@ -15,11 +15,8 @@ genealogies using data from the Math Genealogy Project's website.
       license="MIT",
       packages=find_packages(exclude='tests'),
       install_requires=['BeautifulSoup >= 3.2.0'],
-      entry_points = {
-        'console_scripts': [
-            'ggrapher = geneagrapher.geneagrapher:ggrapher'
-        ]
+      entry_points={
+        'console_scripts': ['ggrapher = geneagrapher.geneagrapher:ggrapher']
       },
-      test_suite = "tests.tests"
+      test_suite="tests.tests"
 )
-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/geneagrapher.git



More information about the debian-science-commits mailing list