Skip to content

Commit

Permalink
updates node package name in setup.py
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Kononykhin <[email protected]>
  • Loading branch information
andkononykhin committed Mar 27, 2019
1 parent 39f5fd6 commit e0ceee8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
tests_require = ['pytest==3.3.1', 'pytest-xdist==1.22.1', 'python3-indy==1.6.8', 'pytest-asyncio==0.8.0']

setup(
# TODO use __title__ from metadata instead
name='indy-node-dev',
name=metadata['__title__'],
version=metadata['__version__'],
description=metadata['__description__'],
long_description=metadata['__long_description__'],
Expand Down

0 comments on commit e0ceee8

Please sign in to comment.