-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsetup.cfg
50 lines (47 loc) · 1.31 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
[metadata]
name = WindWhisper
version = 0.0.1
description = Noise modelling of wind turbines
long_description = file: README
long_description_content_type = text/markdown
author="Maxime Balandret, Romain Sacchi",
author_email="[email protected], [email protected]",
license = BSD-3-Clause
license_files = LICENSE
classifiers =
"Intended Audience :: End Users/Desktop"
"Intended Audience :: Developers"
"Intended Audience :: Science/Research"
"License :: OSI Approved :: BSD License"
"Operating System :: MacOS :: MacOS X"
"Operating System :: Microsoft :: Windows"
"Operating System :: POSIX"
"Programming Language :: Python"
"Programming Language :: Python :: 3"
"Programming Language :: Python :: 3.9"
"Topic :: Scientific/Engineering :: Information Analysis"
"Topic :: Scientific/Engineering :: Mathematics"
"Topic :: Scientific/Engineering :: Visualization"
url=https://github.com/MaximeBalandret/noisemodel
[options]
packages = find_namespace:
python_requires = >=3.10
include_package_data = True
install_requires =
; tqdm
haversine
folium
; shapely
; windrose
xarray
scikit-learn
numpy
osmnx
skops==0.9.0
matplotlib
netCDF4
; seaborn
ipywidgets
[options.package_data]
windwhisper.data.training_data =
*.csv