Skip to content

Commit

Permalink
chore: tag 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrconlin committed Mar 15, 2021
1 parent b803cd5 commit 05f90f1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions setup.py
Expand Up @@ -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'),
Expand Down

0 comments on commit 05f90f1

Please sign in to comment.