[Pkg-bitcoin-commits] [python-quamash] 157/269: Fix indentation in setup.py

Jonas Smedegaard dr at jones.dk
Fri Nov 24 11:26:27 UTC 2017


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

js pushed a commit to branch master
in repository python-quamash.

commit cc2c1c67e15c2058f119a4d6ab743d394b2c9406
Author: Mark Harviston <mark.harviston at gmail.com>
Date:   Mon Dec 8 13:34:38 2014 -0800

    Fix indentation in setup.py
---
 setup.py | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/setup.py b/setup.py
index 9f190da..40c1e52 100644
--- a/setup.py
+++ b/setup.py
@@ -6,15 +6,15 @@ groups = re.findall(r'(.+?) <(.+?)>(?:,\s*)?', quamash.__author__)
 authors = [x[0].strip() for x in groups]
 emails = [x[1].strip() for x in groups]
 setup(
-    name='Quamash',
-    version=quamash.__version__,
+	name='Quamash',
+	version=quamash.__version__,
 	url='https://github.com/harvimt/quamash',
-    author=', '.join(authors),
-    author_email=', '.join(emails),
-    packages=['quamash', ],
-    license=quamash.__license__,
-    description=quamash.__doc__,
-    long_description=open('README').read(),
+	author=', '.join(authors),
+	author_email=', '.join(emails),
+	packages=['quamash', ],
+	license=quamash.__license__,
+	description=quamash.__doc__,
+	long_description=open('README').read(),
 	keywords=['Qt', 'asyncio'],
 	classifiers=[
 		'License :: OSI Approved :: BSD License',

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/python-quamash.git



More information about the Pkg-bitcoin-commits mailing list