Skip to content

Commit

Permalink
Update setup.py (intel#1935)
Browse files Browse the repository at this point in the history
hkvision authored Jan 16, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 7f929ef commit 71be8a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyzoo/setup.py
Original file line number Diff line number Diff line change
@@ -92,7 +92,8 @@ def setup_package():
metadata = dict(
name='analytics-zoo',
version=VERSION,
description='Distributed TensorFlow, Keras, PyTorch and BigDL on Apache Spark',
description='A unified Data Analytics and AI platform for distributed TensorFlow, Keras, '
'PyTorch, Apache Spark/Flink and Ray',
author='Analytics Zoo Authors',
author_email='[email protected]',
license='Apache License, Version 2.0',
@@ -107,7 +108,6 @@ def setup_package():
scripts=scripts,
classifiers=[
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',

0 comments on commit 71be8a0

Please sign in to comment.