From 0bb1895ed31fde6046fd2ecdd0f8eb6ba71a0988 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Cort=C3=A9z?= Date: Mon, 9 Jan 2017 04:28:45 -0600 Subject: [PATCH] changed URL for pointing to the public repository --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 92ffbc1..b9b4bf6 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( description = "A set of utilities for building accessible applications with curses", license = "GPL V2", keywords = "Gui curses accessibility speakup", - url = "http://manuelcortez.net:1337/pi/guicurses", - long_description=read('README'), + url = "https://github.com/raspberrypi-accesible/guicurses", + long_description=read('README.md'), packages = ["guicurses"], ) \ No newline at end of file