Skip to content

Commit

Permalink
Merge pull request #585 from zinggAI/issue581
Browse files Browse the repository at this point in the history
license url change
  • Loading branch information
sonalgoyal committed May 8, 2023
2 parents a853ccc + 0443fb3 commit b97eba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def run(self):
},
include_package_data=True,
scripts=scripts,
license='http://www.apache.org/licenses/LICENSE-2.0',
license='https://github.com/zinggAI/zingg/blob/main/LICENSE',
install_requires=['py4j==0.10.9'],
extras_require={
'zingg': ['pyspark>=3.1.2']
Expand Down

0 comments on commit b97eba1

Please sign in to comment.