summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Carlos García <quobit@users.noreply.github.com>2016-04-04 01:21:57 +0200
committerDavid Lord <davidism@gmail.com>2016-04-03 16:21:57 -0700
commit3226ab507e63f42343cdf2de2df5efbc1bf095c6 (patch)
tree4657f55159de9394f2cffd787d2d3aa8c2b2b88c
parent01fd863228351b53603e4d1eedb66725c05520ab (diff)
downloadmarkupsafe-3226ab507e63f42343cdf2de2df5efbc1bf095c6.tar.gz
change from @mitsuhiko to pallets project
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index aff786d..ccf68c6 100644
--- a/setup.py
+++ b/setup.py
@@ -78,7 +78,7 @@ def run_setup(with_binary):
setup(
name='MarkupSafe',
version=version,
- url='http://github.com/mitsuhiko/markupsafe',
+ url='http://github.com/pallets/markupsafe',
license='BSD',
author='Armin Ronacher',
author_email='armin.ronacher@active-4.com',