From a9a207eefeba9775838cb64dbd4697d827ad3213 Mon Sep 17 00:00:00 2001 From: "Ryan J. Dillon" Date: Mon, 9 Oct 2017 14:55:32 +0200 Subject: [PATCH] added requirements file, next version for DOI in setup.py --- requirements.txt | 4 ++++ setup.py | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..a7bc45e --- /dev/null +++ b/requirements.txt @@ -0,0 +1,4 @@ +gsw +pandas +scipy +matplotlib diff --git a/setup.py b/setup.py index a219b30..64d0270 100644 --- a/setup.py +++ b/setup.py @@ -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='ryanjamesdillon@gmail.com', 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=[