Skip to content

Commit f07d577

Browse files
committed
STY: black-ify source
1 parent 9b5d624 commit f07d577

File tree

2 files changed

+186
-112
lines changed

2 files changed

+186
-112
lines changed

example_package/autodoctest/setup.py

+11-11
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55

66

77
setup(
8-
name='autodoctest',
9-
version='1.2.3',
10-
description='',
11-
url='https://git.focker.com/xyz',
12-
author='Gaylord Focker',
13-
author_email='git@focker.com',
14-
license='BSD 3-Clause',
15-
keywords='k3y w0rd',
16-
package_dir={'': 'src'},
17-
packages=find_packages(where='src'),
18-
python_requires='>=3',
8+
name="autodoctest",
9+
version="1.2.3",
10+
description="",
11+
url="https://git.focker.com/xyz",
12+
author="Gaylord Focker",
13+
author_email="git@focker.com",
14+
license="BSD 3-Clause",
15+
keywords="k3y w0rd",
16+
package_dir={"": "src"},
17+
packages=find_packages(where="src"),
18+
python_requires=">=3",
1919
)

0 commit comments

Comments
 (0)