-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
39 lines (35 loc) · 1013 Bytes
/
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
[metadata]
name = eo_datascience
version = attr: eo_datascience.__version__
description = Examples of TUWien Jupyter notebooks for education
author = TU Wien GEO MRS group
author_email = martin.schobben@geo.tuwien.ac.at
long_description = file: README.md
url = https://github.com/TUW-GEO/eo-datascience
platforms = any
classifiers =
Intended Audience :: Science/Research
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: GIS
Topic :: Software Development :: Libraries
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Operating System :: POSIX
Natural Language :: English
[options]
package_dir =
= src
packages = find:
install_requires =
nbformat
[options.packages.find]
where = src
[options.extras_require]
test =
pytest
pytest-cov
[options.entry_points]
console_scripts =
render_sfinx_toc = eo_datascience.render_sfinx_toc:main
clean_nb = eo_datascience.clean_nb:main