Skip to content
Snippets Groups Projects
Commit 66b3c18c authored by Derick Hess's avatar Derick Hess
Browse files

Merge branch 'init_pkg' into 'master'

Init pkg

See merge request passoft/ckMseed!1
parents acb339c1 0638d591
No related branches found
No related tags found
1 merge request!1Init pkg
This diff is collapsed.
......@@ -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