File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -38,19 +38,13 @@ def read_from(file):
38
38
"Topic :: Internet :: WWW/HTTP" ,
39
39
"Programming Language :: Python :: Implementation :: PyPy" ,
40
40
'Programming Language :: Python' ,
41
- "Programming Language :: Python :: 2" ,
42
- "Programming Language :: Python :: 2.7" ,
43
41
"Programming Language :: Python :: 3" ,
44
- "Programming Language :: Python :: 3.4" ,
45
- "Programming Language :: Python :: 3.5" ,
46
- "Programming Language :: Python :: 3.6" ,
47
42
],
48
43
keywords = 'push webpush publication' ,
49
44
author = "JR Conlin" ,
50
45
51
46
url = 'https://github.com/web-push-libs/pywebpush' ,
52
47
license = "MPL2" ,
53
- test_suite = "nose.collector" ,
54
48
include_package_data = True ,
55
49
zip_safe = False ,
56
50
install_requires = read_from ('requirements.txt' ),
You can’t perform that action at this time.
0 commit comments