Skip to content

Commit

Permalink
setup.py: change information
Browse files Browse the repository at this point in the history
  • Loading branch information
ymjiang committed Jul 2, 2019
1 parent fb2889e commit eeb0fba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/setup.py
Expand Up @@ -100,12 +100,12 @@ def config_cython():
return []


setup(name='mxnet',
setup(name='byteps_server',
version=__version__,
description=open(os.path.join(CURRENT_DIR, 'README.md')).read(),
description="BytePS server",
packages=find_packages(),
data_files=[('mxnet', [LIB_PATH[0]])],
url='https://github.com/apache/incubator-mxnet',
url='https://github.com/bytedance/incubator-mxnet',
ext_modules=config_cython(),
classifiers=[
# https://pypi.org/pypi?%3Aaction=list_classifiers
Expand Down

0 comments on commit eeb0fba

Please sign in to comment.