diff --git a/Makefile b/Makefile index 23eeb7e..85829f5 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # This file has been auto-generated. # All changes will be lost, see Projectfile. # -# Updated at 2016-12-26 14:09:09.609408 +# Updated at 2016-12-28 11:17:56.199090 PYTHON ?= $(shell which python) PYTHON_BASENAME ?= $(shell basename $(PYTHON)) diff --git a/Projectfile b/Projectfile index 4842e2c..7136ebf 100644 --- a/Projectfile +++ b/Projectfile @@ -4,7 +4,7 @@ name = 'bonobo' description = 'Bonobo' license = 'Apache License, Version 2.0' -url = 'https://github.com/python-bonobo/bonobo' +url = 'https://bonobo-project.org/' download_url = 'https://github.com/python-bonobo/bonobo/tarball/{version}' author = 'Romain Dorgueil' diff --git a/setup.py b/setup.py index 29cde2c..624fd3f 100644 --- a/setup.py +++ b/setup.py @@ -38,5 +38,5 @@ setup( ], 'jupyter': ['jupyter >=1.0,<1.1', 'ipywidgets >=6.0.0.beta5'] }, - url='https://github.com/python-bonobo/bonobo', + url='https://bonobo-project.org/', download_url='https://github.com/python-bonobo/bonobo/tarball/{version}'.format(version=version), )