Skip to content
Snippets Groups Projects
Commit 56d5e1eb authored by Maja Jablonska's avatar Maja Jablonska
Browse files

Fix entry_points typo

parent 09284615
Branches
Tags
1 merge request!46Merge COMBO 3.0 into master
......@@ -39,7 +39,7 @@ setup(
tests_require=['pytest', 'pylint'],
python_requires='>=3.6',
package_data={'combo': ['config.template.json']},
entrypoints={'console_scripts': ['combo = combo.main:main']},
entry_points={'console_scripts': ['combo=combo.main:main']},
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Science/Research',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment