Skip to content

Commit f1de813

Browse files
authored
Update setup.py
1 parent 8be7027 commit f1de813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
],
2424

2525
cmdclass={"build_ext": BuildExtension.with_options(no_python_abi_suffix=True)},
26-
entry_points={'console_scripts': ['abfml = src.main:main']}
26+
entry_points={'console_scripts': ['abfml = abfml.main:main']}
2727

2828
)

0 commit comments

Comments
 (0)