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

[flink] branch master updated: [hotfix][python] Update the package name from pyflink to apache-flink (#9028)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 32d3737  [hotfix][python] Update the package name from pyflink to apache-flink (#9028)
32d3737 is described below

commit 32d373787555428c990ec53b3bdff6864cc21a69
Author: dianfu <fu...@alibaba-inc.com>
AuthorDate: Wed Jul 10 16:10:12 2019 +0800

    [hotfix][python] Update the package name from pyflink to apache-flink (#9028)
---
 flink-python/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flink-python/setup.py b/flink-python/setup.py
index b87e49f..2b417f1 100644
--- a/flink-python/setup.py
+++ b/flink-python/setup.py
@@ -140,7 +140,7 @@ run sdist.
     scripts.append("pyflink/find_flink_home.py")
 
     setup(
-        name='pyflink',
+        name='apache-flink',
         version=VERSION,
         packages=['pyflink',
                   'pyflink.table',