From be9623dc9fd74f32c982f7ba72a0a156db19d736 Mon Sep 17 00:00:00 2001 From: David Lechner Date: Fri, 6 Mar 2020 11:34:55 -0600 Subject: [PATCH] Update PyPI info --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 6a6445f..08f7563 100644 --- a/setup.py +++ b/setup.py @@ -20,11 +20,11 @@ setup( name='pybricks-api', version=versioneer.get_version(), cmdclass=versioneer.get_cmdclass(), - description='Pybricks', + description='Pybricks MicroPython API stubs', long_description=long_description, - url='https://github.com/pybricks', - author='Laurens Valk and David Lechner', - author_email='laurens@pybricks.com', + url='https://github.com/pybricks/pybricks-api', + author='Pybricks authors', + author_email='dev@pybricks.com', classifiers=[ 'Development Status :: 3 - Alpha', 'License :: OSI Approved :: MIT License',