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'