summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2018-09-18 17:26:29 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2018-09-18 17:26:29 +0200
commit6df99171d63b126af54b9fdc059b734628604c31 (patch)
treeb9ef56fffae5c74ac1ccf84f992bc49b293b2b0b
parent901451f5987858c6cf8d40e8daddca2518a3a25e (diff)
downloadxstatic-git-6df99171d63b126af54b9fdc059b734628604c31.tar.gz
update year and repo url in setup.py / pypi metadata
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
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', ],