Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Commit 0fe2fcd

Browse files
committed
black formatting setup.py
1 parent f890c12 commit 0fe2fcd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,7 @@
7676
],
7777
description="A base class and utilities for creating steps in DAGs that are tied "
7878
"to large amounts of data.",
79-
entry_points={"console_scripts": [
80-
"make_new_step=datastep.bin.make_new_step:main"
81-
]},
79+
entry_points={"console_scripts": ["make_new_step=datastep.bin.make_new_step:main"]},
8280
install_requires=requirements,
8381
license="Allen Institute Software License",
8482
long_description=readme,

0 commit comments

Comments
 (0)