Fix #3 by correcting project URL
This commit is contained in:
parent
b63be0f2b7
commit
c3ec819cdd
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -26,7 +26,7 @@ setup(
|
|||
name='adafruit-ampy',
|
||||
version=ampy.__version__,
|
||||
description='Adafruit MicroPython tool is a command line tool to interact with a MicroPython board over a serial connection.',
|
||||
url='https://github.com/adafruit/Adafruit_MicroPython_Tool',
|
||||
url='https://github.com/adafruit/ampy',
|
||||
author='Tony DiCola',
|
||||
author_email='tdicola@adafruit.com',
|
||||
license='MIT',
|
||||
|
|
|
|||
Loading…
Reference in a new issue