From 6df99171d63b126af54b9fdc059b734628604c31 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Tue, 18 Sep 2018 17:26:29 +0200 Subject: update year and repo url in setup.py / pypi metadata --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index df6a71d..3ae5f03 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# Copyright: 2011-2014 by the XStatic authors, see AUTHORS.txt for details. +# Copyright: 2011-2018 by the XStatic authors, see AUTHORS.txt for details. # License: MIT license, see LICENSE.txt for details. """ @@ -36,7 +36,7 @@ setup( keywords="xstatic static file resource python packages setuptools pypi require", author='Thomas Waldmann', author_email='tw@waldmann-edv.de', - url='http:/bitbucket.org/thomaswaldmann/xstatic', + url='https://github.com/xstatic-py/xstatic', license='MIT license', packages=find_packages(), namespace_packages=['xstatic', 'xstatic.pkg', ], -- cgit v1.2.1