-
-
Notifications
You must be signed in to change notification settings - Fork 403
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: apply black formatting to python files
ran the cmd: `black swupdateclient`
- Loading branch information
1 parent
ec4fb46
commit ed6a534
Showing
2 changed files
with
43 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,14 +4,14 @@ | |
from setuptools import setup, find_packages | ||
|
||
setup( | ||
name='swupdateclient', | ||
version='0.1', | ||
name="swupdateclient", | ||
version="0.1", | ||
packages=find_packages(), | ||
url='https://github.com/sbabic/swupdate/tree/master/tools/python/swupdateclient', | ||
license='GPL-2.0-only', | ||
author='Stefano Babic', | ||
author_email='[email protected]', | ||
description='Python Client to update SWUpdate based devices', | ||
url="https://github.com/sbabic/swupdate/tree/master/tools/python/swupdateclient", | ||
license="GPL-2.0-only", | ||
author="Stefano Babic", | ||
author_email="[email protected]", | ||
description="Python Client to update SWUpdate based devices", | ||
entry_points={ | ||
"console_scripts": [ | ||
"swupdateclient=swupdateclient.main:main", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters