forked from ssciwr/afwizard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
53 lines (50 loc) · 1.12 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
[metadata]
name = afwizard
version = attr: afwizard.__version__
description = Adaptive Filtering Wizard
long_description = file: README.md
long_description_content_type = text/markdown
author = Dominic Kempf
author_email = ssc@iwr.uni-heidelberg.de
license = MIT
license_file = LICENSE.md
classifiers =
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 3
[options]
packages = find:
install_requires =
Click
IPython
afwizard-library
gdal==3.4.0
geojson
ipyfilechooser
ipyleaflet
ipywidgets==8.0.0rc0
ipywidgets-jsonschema
jsonmerge
jsonschema<4
numpy
pdal
pillow
pooch
pyproj
pyrsistent
pytools
wrapt
xdg
xmltodict
include_package_data = True
[options.entry_points]
console_scripts =
afwizard = afwizard.__main__:main
extract_opals_schema = afwizard.opals:_automated_opals_schema
upgrade_filter_library = afwizard.library:upgrade_filter_library
copy_afwizard_notebooks = afwizard.paths:copy_notebooks
[options.package_data]
* =
data/*
schema/*
jupyter/*.ipynb