From 848cc7bd6ce762e74e189a046480b36347e09db4 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Wed, 12 Aug 2015 12:20:49 -0400 Subject: [style] autopep8 --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 16438f8a..b10189a2 100755 --- a/setup.py +++ b/setup.py @@ -94,6 +94,7 @@ from setuptools import Command class freeze_debianver(Command): + """ Freezes the version in a debian branch. To be used after merging the development branch onto the debian one. @@ -184,6 +185,7 @@ def copy_reqs(path, withsrc=False): class cmd_develop(_develop): + def run(self): # versioneer: versions = versioneer.get_versions(verbose=True) @@ -198,6 +200,7 @@ cmdclass["develop"] = cmd_develop class cmd_binary_hash(Command): + """ Update the _binaries.py file with hashes for the different helpers. This is used from within the bundle. @@ -261,6 +264,7 @@ versioneer_sdist = cmdclass['sdist'] class cmd_build(versioneer_build): + def run(self): versioneer_build.run(self) copy_reqs(self.build_lib) -- cgit v1.2.3