We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8be7027 commit f1de813Copy full SHA for f1de813
setup.py
@@ -23,6 +23,6 @@
23
],
24
25
cmdclass={"build_ext": BuildExtension.with_options(no_python_abi_suffix=True)},
26
- entry_points={'console_scripts': ['abfml = src.main:main']}
+ entry_points={'console_scripts': ['abfml = abfml.main:main']}
27
28
)
0 commit comments