File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 55 chrome : stable
66language : python
77python :
8- - " 2.7"
9- - " 3.5"
8+ - " 3.8"
109env :
1110 global :
1211 - DEFAULT_CHROME_BROWSER_PATH=google-chrome-stable
Original file line number Diff line number Diff line change 1212
1313setup (
1414 name = "browserdebuggertools" ,
15- version = "5.4.0" ,
15+ version = "6.0.0" ,
16+ python_requires = '>=3.8' ,
1617 packages = PACKAGES ,
1718 install_requires = requires ,
1819 license = "GNU General Public License v3" ,
1920 description = "A client which calls remote web browser debugger methods" ,
2021 long_description_content_type = "text/markdown" ,
2122 long_description = open ("README.md" ).read (),
2223 url = "https://github.com/scivisum/browser-debugger-tools" ,
23- author = "SciVisum LTD" ,
24+ author = "ThinkTribe LTD" ,
2425 author_email = "rd@scivisum.co.uk" ,
2526 classifiers = [
2627 'Intended Audience :: Developers' ,
2728 "Programming Language :: Python" ,
28- "Programming Language :: Python :: 2.7" ,
29- "Programming Language :: Python :: 3.5" ,
29+ "Programming Language :: Python :: 3.8" ,
3030 "License :: OSI Approved :: GNU General Public License v3 (GPLv3)" ,
3131 "Operating System :: OS Independent"
3232 ],
You can’t perform that action at this time.
0 commit comments