forked from axiom-data-science/ifcb-analysis
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
48 lines (42 loc) · 870 Bytes
/
setup.cfg
File metadata and controls
48 lines (42 loc) · 870 Bytes
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[metadata]
name = ifcb-features
version = 0.1
description = Package to extract and classify features from IFCB data
url = https://github.com/axiom-data-science/ifcb-analysis/tree/main
classifiers =
Programming Langugage :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Topic :: Scientific/Engineering
license = MIT
license_file = LICENSE
[sdist]
formats = gztar, zip
[check-manifest]
ignore =
*.m
*.yaml
*.yml
src/matlab
[options]
install_requires =
bokeh
cython
numpy
pandas
phasepack
protobuf
pyfftw
pyifcb
scikit-image
scipy
tensorflow
package_dir =
= src/python
packages = find:
python_requires = >=3.9
[options.packages.find]
where = src/python
[options.entry_points]
console_scripts =
process-bins = ifcb_analysis.process:cli_wrapper