You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2019/07/26 12:10:06 UTC

[flink] 02/03: [hotfix][py] Use HTTPS URLs in package information

This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 3fd426837f508c532f075eb3555c7b171c7b25fb
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Wed May 22 12:04:55 2019 +0200

    [hotfix][py] Use HTTPS URLs in package information
---
 flink-python/setup.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/flink-python/setup.py b/flink-python/setup.py
index 2b417f1..2715399 100644
--- a/flink-python/setup.py
+++ b/flink-python/setup.py
@@ -179,8 +179,8 @@ run sdist.
             'pyflink.bin': ['*']
         },
         scripts=scripts,
-        url='http://flink.apache.org',
-        license='http://www.apache.org/licenses/LICENSE-2.0',
+        url='https://flink.apache.org',
+        license='https://www.apache.org/licenses/LICENSE-2.0',
         author='Flink Developers',
         author_email='dev@flink.apache.org',
         install_requires=['py4j==0.10.8.1', 'python-dateutil'],