From cf24f25326ab8c7be15472f50e67c9cbcca360ad Mon Sep 17 00:00:00 2001 From: Michele Simionato Date: Tue, 28 Jul 2015 05:51:09 +0200 Subject: Updated the home page url --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e32d76a..5da9abd 100644 --- a/setup.py +++ b/setup.py @@ -12,8 +12,8 @@ if __name__ == '__main__': long_description=open('docs/README.rst').read(), author='Michele Simionato', author_email='michele.simionato@gmail.com', - url='http://pypi.python.org/pypi/decorator', - license="BSD License", + url='https://github.com/micheles/decorator', + license="new BSD License", package_dir={'': 'src'}, py_modules=['decorator'], keywords="decorators generic utility", -- cgit v1.2.1