Skip to content

Commit 0297710

Browse files
Update setup.py
1 parent 1e53326 commit 0297710

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def read(fname):
1818
author_email = "asottile@gmail.com",
1919
url = 'http://github.com/albertosottile/darkdetect',
2020
download_url = 'http://github.com/albertosottile/darkdetect/releases',
21-
description = "Detect macOS Mojave Dark Mode from Python",
21+
description = "Detect OS Dark Mode from Python",
2222
long_description=read('README.md'),
2323
long_description_content_type="text/markdown",
2424
license = "BSD",
@@ -35,7 +35,9 @@ def read(fname):
3535
'Programming Language :: Python :: 3.4',
3636
'Programming Language :: Python :: 3.5',
3737
'Programming Language :: Python :: 3.6',
38-
'Programming Language :: Python :: 3.7',
38+
'Programming Language :: Python :: 3.7',
39+
'Programming Language :: Python :: 3.8',
40+
'Programming Language :: Python :: 3.9',
3941
],
4042
)
4143

0 commit comments

Comments
 (0)