[Python-modules-commits] [keyrings.alt] 02/14: Convert tabs to spaces for projects that lean that way (not that there's anything wrong with that).

Dmitry Shachnev mitya57 at moszumanska.debian.org
Wed Mar 2 07:21:13 UTC 2016


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

mitya57 pushed a commit to tag 1.0
in repository keyrings.alt.

commit 9da54904a9b6829b3e86e08888b5714cf1be4c23
Author: Jason R. Coombs <jaraco at jaraco.com>
Date:   Sat Dec 19 22:49:48 2015 -0500

    Convert tabs to spaces for projects that lean that way (not that there's anything wrong with that).
---
 setup.py | 60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

diff --git a/setup.py b/setup.py
index e6edf34..67ba63d 100644
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ import sys
 import setuptools
 
 with io.open('README.rst', encoding='utf-8') as readme:
-	long_description = readme.read()
+    long_description = readme.read()
 
 needs_pytest = {'pytest', 'test'}.intersection(sys.argv)
 pytest_runner = ['pytest_runner'] if needs_pytest else []
@@ -18,34 +18,34 @@ needs_wheel = {'release', 'bdist_wheel'}.intersection(sys.argv)
 wheel = ['wheel'] if needs_wheel else []
 
 setup_params = dict(
-	name='skeleton',
-	use_scm_version=True,
-	author="Jason R. Coombs",
-	author_email="jaraco at jaraco.com",
-	description="skeleton",
-	long_description=long_description,
-	url="https://github.com/jaraco/skeleton",
-	packages=setuptools.find_packages(),
-	include_package_data=True,
-	install_requires=[
-	],
-	extras_require={
-	},
-	setup_requires=[
-		'setuptools_scm>=1.9',
-	] + pytest_runner + sphinx + wheel,
-	tests_require=[
-		'pytest>=2.8',
-	],
-	classifiers=[
-		"Development Status :: 5 - Production/Stable",
-		"Intended Audience :: Developers",
-		"License :: OSI Approved :: MIT License",
-		"Programming Language :: Python :: 2.7",
-		"Programming Language :: Python :: 3",
-	],
-	entry_points={
-	},
+    name='skeleton',
+    use_scm_version=True,
+    author="Jason R. Coombs",
+    author_email="jaraco at jaraco.com",
+    description="skeleton",
+    long_description=long_description,
+    url="https://github.com/jaraco/skeleton",
+    packages=setuptools.find_packages(),
+    include_package_data=True,
+    install_requires=[
+    ],
+    extras_require={
+    },
+    setup_requires=[
+        'setuptools_scm>=1.9',
+    ] + pytest_runner + sphinx + wheel,
+    tests_require=[
+        'pytest>=2.8',
+    ],
+    classifiers=[
+        "Development Status :: 5 - Production/Stable",
+        "Intended Audience :: Developers",
+        "License :: OSI Approved :: MIT License",
+        "Programming Language :: Python :: 2.7",
+        "Programming Language :: Python :: 3",
+    ],
+    entry_points={
+    },
 )
 if __name__ == '__main__':
-	setuptools.setup(**setup_params)
+    setuptools.setup(**setup_params)

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



More information about the Python-modules-commits mailing list