-
Notifications
You must be signed in to change notification settings - Fork 6
/
setup.cfg
34 lines (33 loc) · 1.03 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[metadata]
name = echoregions
maintainer = Caesar Tuguinay
maintainer_email = [email protected]
description = Parsers and functions for working with EVR and EVL files
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/OSOceanAcoustics/echoregions
license = Apache License, Version 2.0
classifiers =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Science/Research
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Scientific/Engineering
author = Caesar Tuguinay
author_email = [email protected]
platforms = OS Independent
[options]
packages = find:
platforms = any
py_modules =
_echoregions_version
include_package_data = True
python_requires = >=3.9
setup_requires =
setuptools_scm