Skip to content

Commit 1297fc4

Browse files
committed
Bug fix for PyPi build
1 parent 40fbdf3 commit 1297fc4

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ authors = [{ name = "J Sundar", email = "wrf.guy@gmail.com" }]
1616
readme = "README.md"
1717
requires-python = ">=3.7"
1818
keywords = ["WRF", "Weather Research and Forecast", "Scientific", "Engineering", "Atmospheric Science", "Weather Model", "Plotting", "Software Development", "Numerical Weather Prediction", "NWP"]
19-
license = {text = "GPL3"}
19+
license = "GPL-3.0-or-later"
2020
classifiers = [
21-
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
2221
"Programming Language :: Python :: 3.7",
2322
"Programming Language :: Python :: 3.8",
2423
"Programming Language :: Python :: 3.9",
@@ -31,9 +30,12 @@ classifiers = [
3130

3231
dependencies = ['cartopy', 'xarray', 'matplotlib', 'wrf-python>=1.3', 'tqdm', 'netcdf4', 'colormaps']
3332

33+
# [tool.setuptools.dynamic]
34+
# entry-points = {wrfplot = "wrfplot:main" }
3435
[project.entry-points."wrfplot.main"]
3536
wrfplot = "wrfplot:main"
3637

38+
3739
[project.urls]
3840
"Bug Reports" = "https://github.com/wxguy/wrfplot/issues"
3941
"Source" = "https://github.com/wxguy/wrfplot/"

0 commit comments

Comments
 (0)