Skip to content

Commit

Permalink
added requirements file, next version for DOI in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjdillon committed Oct 9, 2017
1 parent e70a795 commit a9a207e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
gsw
pandas
scipy
matplotlib
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@

setup(
name='pyotelem',
version='0.3',
version='0.4',
description=('Utilities for working with biotelemetry and datalogger '
'data in Python'),
long_description=long_description,
author='Ryan J. Dillon',
author_email='[email protected]',
url='https://github.com/ryanjdillon/pyotelem',
download_url='https://github.com/ryanjdillon/pyotelem/archive/0.3.tar.gz',
download_url='https://github.com/ryanjdillon/pyotelem/archive/0.4.tar.gz',
license='GPL-3.0+',
packages=find_packages(),
install_requires=[
Expand Down

0 comments on commit a9a207e

Please sign in to comment.