Skip to content

Commit d70fdf0

Browse files
committed
Use https for project page
1 parent 2fb22a1 commit d70fdf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"GitHub Repository:\n\n"
8484
"https://github.com/NCAR/wrf-python\n\n"
8585
"Documentation:\n\n"
86-
"http://wrf-python.rtfd.org\n"),
86+
"https://wrf-python.rtfd.org\n"),
8787
url="https://github.com/NCAR/wrf-python",
8888
version=__version__,
8989
package_dir={"": "src"},
@@ -112,7 +112,7 @@
112112
license="Apache License 2.0",
113113
packages=setuptools.find_packages("src"),
114114
ext_modules=ext_modules,
115-
download_url="http://python.org/pypi/wrf-python",
115+
download_url="https://python.org/pypi/wrf-python",
116116
package_data={"wrf": ["data/psadilookup.dat"]},
117117
scripts=[]
118118
)

0 commit comments

Comments
 (0)