Commit e8cbf465 authored by Oliver Kirsebom's avatar Oliver Kirsebom
Browse files

updated requirements and version

Showing with 5 additions and 5 deletions
+5 -5
ketos==2.0.0
ketos==2.0.0b0
from setuptools import setup, find_packages
setup(name='boat_detector',
version='2.0.0',
version='2.0.0b0',
description="Python scripts for detecting boat noise in broadband hydrophone data",
url='https://gitlab.meridian.cs.dal.ca/data_analytics_dal/packages/boat_detector',
author='Oliver Kirsebom',
author_email='oliver.kirsebom@dal.ca',
license='GNU General Public License v3.0',
packages=find_packages(),
#install_requires=[
# 'ketos==2.0.0',
# ],
install_requires=[
'ketos==2.0.0b0',
],
entry_points = {"console_scripts": ["detect-boats=bin.boat_detector_script:main"]},
include_package_data=True,
zip_safe=False)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment