Skip to content
Snippets Groups Projects
Commit 66b86c80 authored by Lloyd Carothers's avatar Lloyd Carothers
Browse files

Fixed entrypoint case typo. Add Pmw as dep.

parent acb339c1
No related branches found
No related tags found
1 merge request!1Init pkg
......@@ -25,10 +25,12 @@ setup(
description="Find and review MSEED files.",
entry_points={
'console_scripts': [
'ckmseed=ckmseed.ckmseed:main',
'ckmseed=ckMseed.ckMseed:main',
],
},
install_requires=[],
install_requires=[
'Pmw',
],
setup_requires = [],
license="GNU General Public License v3",
long_description=readme + '\n\n' + history,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment