File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ These very nice people have helped create python-roku.
1616* [ zombielinux] ( https://github.com/zombielinux ) - added support for hostnames
1717* [ kk7ds] ( https://github.com/kk7ds ) - support for media-player query
1818* [ kyesh] ( https://github.com/kyesh ) - added support for keyup and keydown
19- * [ ronnie-llamado] ( https://github.com/ronnie-llamado ) - f-string conversion
19+ * [ ronnie-llamado] ( https://github.com/ronnie-llamado ) - f-string conversion, better dir
Original file line number Diff line number Diff line change 1414 author_email = "jcarbaugh@gmail.com" ,
1515 url = "https://github.com/jcarbaugh/python-roku" ,
1616 packages = find_packages (),
17- install_requires = ["requests<3" ,],
17+ install_requires = [
18+ "requests<3" ,
19+ ],
1820 license = "BSD License" ,
1921 platforms = ["any" ],
2022 classifiers = [
2325 "License :: OSI Approved :: BSD License" ,
2426 "Natural Language :: English" ,
2527 "Programming Language :: Python" ,
26- "Programming Language :: Python :: 3.6" ,
2728 "Programming Language :: Python :: 3.7" ,
2829 "Programming Language :: Python :: 3.8" ,
30+ "Programming Language :: Python :: 3.9" ,
31+ "Programming Language :: Python :: 3.10" ,
32+ "Programming Language :: Python :: 3.11" ,
2933 ],
3034)
You can’t perform that action at this time.
0 commit comments