You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by ni...@apache.org on 2022/01/17 16:36:08 UTC

[incubator-heron] 02/02: Updated HeronPy metadata

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

nicknezis pushed a commit to branch nicknezis/heronpy-cleanup
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git

commit 0f4e980b40408a78b10e80fc53e5c6f452897f5d
Author: Nicholas Nezis <ni...@gmail.com>
AuthorDate: Mon Jan 17 11:35:51 2022 -0500

    Updated HeronPy metadata
---
 scripts/packages/heronpy/setup.py.template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/scripts/packages/heronpy/setup.py.template b/scripts/packages/heronpy/setup.py.template
index 9358140..016562e 100644
--- a/scripts/packages/heronpy/setup.py.template
+++ b/scripts/packages/heronpy/setup.py.template
@@ -43,9 +43,9 @@ setup(
 
   url='https://github.com/apache/incubator-heron',
 
-  author='Heron Team',
-  author_email='heronstreaming@gmail.com',
-
+  author='Apache Heron (incubating)',
+  author_email='dev@heron.apache.org',
+  license='Apache License v2.0',
   classifiers=[
     'Development Status :: 3 - Alpha',
 
@@ -58,7 +58,7 @@ setup(
     'Programming Language :: Python :: 3.8',
   ],
 
-  keywords='heron topology python',
+  keywords='heron streaming analytics topology python',
   packages=find_packages(),
 
   install_requires=requirements,