diff --git a/setup.py b/setup.py index 3bbd2af..9680942 100644 --- a/setup.py +++ b/setup.py @@ -18,9 +18,7 @@ version=version, author='Bancor Network', author_email='mike@bancor.network', - description='Bancor v3 python spec and simulation library. ' - 'This is an open-source python package developed by the Bancor Research Team.' - 'It is meant to assist in the design, testing, and validating of Bancor v3 behavior.', + description='Bancor v3 python spec, simulator, and emulator library. This is an open-source python package developed by Bancor Research. It is meant to assist in the design, testing, and validating of Bancor v3 behavior.', long_description=long_description, long_description_content_type="text/markdown", url='https://github.com/bancorprotocol/research',