Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
marota authored Feb 3, 2023
1 parent 6e8b29f commit d3f2c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@
include_package_data=True,
install_requires=pkgs["required"],
zip_safe=False,
entry_points={'console_scripts': ['expertop4grid=alphaDeesp.main:main']}
entry_points={'console_scripts': ['expertop4grid=alphaDeesp.main:main']},
)

0 comments on commit d3f2c92

Please sign in to comment.