Commit 0297710 1 parent 1e53326 commit 0297710 Copy full SHA for 0297710
File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ def read(fname):
18
18
author_email = "asottile@gmail.com" ,
19
19
url = 'http://github.com/albertosottile/darkdetect' ,
20
20
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" ,
22
22
long_description = read ('README.md' ),
23
23
long_description_content_type = "text/markdown" ,
24
24
license = "BSD" ,
@@ -35,7 +35,9 @@ def read(fname):
35
35
'Programming Language :: Python :: 3.4' ,
36
36
'Programming Language :: Python :: 3.5' ,
37
37
'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' ,
39
41
],
40
42
)
41
43
You can’t perform that action at this time.
0 commit comments