Skip to content

Commit f8e5990

Browse files
committed
pep8 again
1 parent 35fd64d commit f8e5990

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,12 @@ def run(self):
7272
with open(ver_file) as f:
7373
exec(f.read())
7474

75+
7576
def _format_entry_point(_script, _base):
7677
return "{}={}.{}:main".format(os.path.basename(_script), _base,
7778
os.path.basename(_script).split(".")[0])
7879

80+
7981
entry_points = [_format_entry_point(s, "scripts") for s in SCRIPTS]
8082

8183
if os.getenv('SCILPY_LEGACY') != 'False':

0 commit comments

Comments
 (0)