diff --git a/setup.py b/setup.py index 469b5930..70e0fdb5 100644 --- a/setup.py +++ b/setup.py @@ -11,8 +11,6 @@ setup( version="1.0.0", url="https://flask.palletsprojects.com/tutorial/", license="BSD", - maintainer="Pallets team", - maintainer_email="contact@palletsprojects.com", description="The basic blog app built in the Flask tutorial.", long_description=readme, packages=find_packages(),