We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fb22a1 commit d70fdf0Copy full SHA for d70fdf0
setup.py
@@ -83,7 +83,7 @@
83
"GitHub Repository:\n\n"
84
"https://github.com/NCAR/wrf-python\n\n"
85
"Documentation:\n\n"
86
- "http://wrf-python.rtfd.org\n"),
+ "https://wrf-python.rtfd.org\n"),
87
url="https://github.com/NCAR/wrf-python",
88
version=__version__,
89
package_dir={"": "src"},
@@ -112,7 +112,7 @@
112
license="Apache License 2.0",
113
packages=setuptools.find_packages("src"),
114
ext_modules=ext_modules,
115
- download_url="http://python.org/pypi/wrf-python",
+ download_url="https://python.org/pypi/wrf-python",
116
package_data={"wrf": ["data/psadilookup.dat"]},
117
scripts=[]
118
)
0 commit comments