chore: tag 1.12.0

This commit is contained in:
jrconlin 2021-03-15 08:07:31 -07:00
parent b803cd58e8
commit 05f90f13fb
No known key found for this signature in database
GPG Key ID: D2B33CD056ABD330
1 changed files with 0 additions and 6 deletions

View File

@ -38,19 +38,13 @@ setup(
"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'),