Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
HeronPy 0.20.5 release prep cleanup (#3759)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicknezis authored Jan 18, 2022
1 parent 482f14f commit ee369ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions scripts/packages/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,7 @@ pkg_tar(
genrule(
name = "generate-heronpy-package",
srcs = [
"//:disclaimers",
"heronpy/requirements.txt",
"heronpy/setup.py.template",
"heronpy/README.txt",
Expand Down
8 changes: 4 additions & 4 deletions scripts/packages/heronpy/setup.py.template
Original file line number Diff line number Diff line change
Expand Up @@ -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',

Expand All @@ -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,
Expand Down

0 comments on commit ee369ef

Please sign in to comment.