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

Adjusted default setup.py

parent 93ac9fad
No related branches found
No related tags found
No related merge requests found
......@@ -13,14 +13,14 @@ with open('HISTORY.rst') as history_file:
setup(
author="IRIS PASSCAL",
author_email='software-support@passcal.nmt.edu',
author="Lloyd Carothers",
author_email='lloyd@passcal.nmt.edu',
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Development Status :: 4 - Beta',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Natural Language :: English',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
],
description="StationXML creation GUI",
entry_points={
......@@ -28,7 +28,9 @@ setup(
'nexus=nexus.nexus:main',
],
},
install_requires=[],
install_requires=[
'obspy',
],
setup_requires = [],
extras_require={
'dev': [
......
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