From 9bd0cccc8c5324d22cb87e03a002f5d18bae882e Mon Sep 17 00:00:00 2001 From: simondlevy Date: Mon, 8 Oct 2018 10:02:09 -0400 Subject: [PATCH] Changed URL, email address --- python/setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/setup.py b/python/setup.py index e68f220..2f6b4b8 100644 --- a/python/setup.py +++ b/python/setup.py @@ -63,8 +63,8 @@ setup (name = 'BreezySLAM', packages = ['breezyslam'], ext_modules = [module], author='Simon D. Levy and Suraj Bajracharya', - author_email='levys@wlu.edu', - url='http://home.wlu.edu/~levys/software/breezyslam', + author_email='simon.d.levy@gmail.com', + url='https://github.com/simondlevy/BreezySLAM', license='LGPL', platforms='Linux; Windows; OS X', long_description = 'Provides core classes Position, Map, Laser, Scan, and algorithm CoreSLAM'