Skip to content

Commit f8a2037

Browse files
committed
update contributors and python versions in setup
1 parent 1edddae commit f8a2037

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

CONTRIBUTORS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

setup.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
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=[
@@ -23,8 +25,10 @@
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
)

0 commit comments

Comments
 (0)