Skip to content

Commit 709bcb6

Browse files
alimcmaster1jreback
authored andcommitted
Update setup.py to https (#29371)
Avoids a redirect in browser when clicking these links.
1 parent 276f16d commit 709bcb6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def build_extensions(self):
165165
(2-dimensional), handle the vast majority of typical use cases in finance,
166166
statistics, social science, and many areas of engineering. For R users,
167167
DataFrame provides everything that R's ``data.frame`` provides and much
168-
more. pandas is built on top of `NumPy <http://www.numpy.org>`__ and is
168+
more. pandas is built on top of `NumPy <https://www.numpy.org>`__ and is
169169
intended to integrate well within a scientific computing environment with many
170170
other 3rd party libraries.
171171
@@ -209,11 +209,11 @@ def build_extensions(self):
209209
LICENSE = "BSD"
210210
AUTHOR = "The PyData Development Team"
211211
EMAIL = "pydata@googlegroups.com"
212-
URL = "http://pandas.pydata.org"
212+
URL = "https://pandas.pydata.org"
213213
DOWNLOAD_URL = ""
214214
PROJECT_URLS = {
215215
"Bug Tracker": "https://github.com/pandas-dev/pandas/issues",
216-
"Documentation": "http://pandas.pydata.org/pandas-docs/stable/",
216+
"Documentation": "https://pandas.pydata.org/pandas-docs/stable/",
217217
"Source Code": "https://github.com/pandas-dev/pandas",
218218
}
219219
CLASSIFIERS = [

0 commit comments

Comments
 (0)