@@ -4,19 +4,19 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " landbosse"
7
- version = " 2.5 .0"
7
+ version = " 2.6 .0"
8
8
description = " Wind-Plant Integrated System Design & Engineering Model"
9
9
readme = " README.md"
10
10
requires-python = " >=3.9"
11
- license = {text = " Apache-2.0" }
11
+ license = { text = " Apache-2.0" }
12
12
keywords = [" wind" , " turbine" , " mdao" , " design" , " optimization" ]
13
13
authors = [
14
- {
name =
" NREL WISDEM Team" ,
email =
" [email protected] " }
14
+ {
name =
" NREL WISDEM Team" ,
email =
" [email protected] " }
,
15
15
]
16
16
maintainers = [
17
- {
name =
" NREL WISDEM Team" ,
email =
" [email protected] " }
17
+ {
name =
" NREL WISDEM Team" ,
email =
" [email protected] " }
,
18
18
]
19
- classifiers = [ # Optional
19
+ classifiers = [ # Optional
20
20
# How mature is this project? Common values are
21
21
# 3 - Alpha
22
22
# 4 - Beta
@@ -65,7 +65,7 @@ docs = ["sphinx", "sphinx_rtd_theme"]
65
65
# issues, where the source is hosted, where to say thanks to the package
66
66
# maintainers, and where to support the project financially. The key is
67
67
# what's used to render the link text on PyPI.
68
- [project .urls ] # Optional
68
+ [project .urls ] # Optional
69
69
"Homepage" = " https://github.com/WISDEM/LandBOSSE"
70
70
# "Documentation" = "https://wisdem.readthedocs.io"
71
71
"Project" = " https://www.nrel.gov/wind/systems-engineering.html"
0 commit comments