update license data
diff --git a/setup.py b/setup.py
index 4ad5182..5c57d1c 100644
--- a/setup.py
+++ b/setup.py
@@ -53,16 +53,16 @@
setup(
name="MarkupSafe",
version=version,
- url="https://www.palletsprojects.com/p/markupsafe/",
+ url="https://palletsprojects.com/p/markupsafe/",
project_urls={
"Documentation": "https://markupsafe.palletsprojects.com/",
"Code": "https://github.com/pallets/markupsafe",
"Issue tracker": "https://github.com/pallets/markupsafe/issues",
},
- license="BSD",
+ license="BSD-3-Clause",
author="Armin Ronacher",
author_email="armin.ronacher@active-4.com",
- maintainer="Pallets Team",
+ maintainer="The Pallets Team",
maintainer_email="contact@palletsprojects.com",
description="Safely add untrusted strings to HTML/XML markup.",
long_description=readme,