From 05f90f13fbb7f9b783816534a8677448bd718bcb Mon Sep 17 00:00:00 2001 From: jrconlin Date: Mon, 15 Mar 2021 08:07:31 -0700 Subject: [PATCH] chore: tag 1.12.0 --- setup.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/setup.py b/setup.py index 01239be..cd3f024 100644 --- a/setup.py +++ b/setup.py @@ -38,19 +38,13 @@ def read_from(file): "Topic :: Internet :: WWW/HTTP", "Programming Language :: Python :: Implementation :: PyPy", 'Programming Language :: Python', - "Programming Language :: Python :: 2", - "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.4", - "Programming Language :: Python :: 3.5", - "Programming Language :: Python :: 3.6", ], keywords='push webpush publication', author="JR Conlin", author_email="src+webpusher@jrconlin.com", url='https://github.com/web-push-libs/pywebpush', license="MPL2", - test_suite="nose.collector", include_package_data=True, zip_safe=False, install_requires=read_from('requirements.txt'),