Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
public_projects
boat_detector
Commits
e8cbf465
Commit
e8cbf465
authored
4 years ago
by
Oliver Kirsebom
Browse files
Options
Download
Email Patches
Plain Diff
updated requirements and version
parent
27899b0f
update_v2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
requirements.txt
+1
-1
requirements.txt
setup.py
+4
-4
setup.py
with
5 additions
and
5 deletions
+5
-5
requirements.txt
View file @
e8cbf465
ketos
==2.0.0
ketos
==2.0.0
b0
This diff is collapsed.
Click to expand it.
setup.py
View file @
e8cbf465
from
setuptools
import
setup
,
find_packages
setup
(
name
=
'boat_detector'
,
version
=
'2.0.0'
,
version
=
'2.0.0
b0
'
,
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.0
b0
'
,
],
entry_points
=
{
"console_scripts"
:
[
"detect-boats=bin.boat_detector_script:main"
]},
include_package_data
=
True
,
zip_safe
=
False
)
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help