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 <[email protected]> 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='[email protected]', - + author='Apache Heron (incubating)', + author_email='[email protected]', + 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,
