File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 44if platform .system ()== 'Windows' :
55 requires += ['wmi' ]
66setup (name = 'screen_brightness_control' ,
7- version = '0.1.0 ' ,
7+ version = '0.1.1 ' ,
88 url = 'https://github.com/Crozzers/screen-brightness-control' ,
99 license = 'MIT' ,
1010 author = 'Crozzers' ,
1313 install_requires = requires ,
1414 description = 'A Python tool to control monitor brightness on Windows and Linux' ,
1515 long_description = open ('README.md' ).read (),
16- classifiers = ['Programming Language :: Python :: 3' ,'Programming Language :: Python :: 3.5' ]
16+ long_description_content_type = 'text/markdown' ,
17+ classifiers = [
18+ 'Development Status :: 3 - Alpha' ,
19+ 'License :: OSI Approved :: MIT License' ,
20+ 'Operating System :: Microsoft :: Windows :: Windows 10' ,
21+ 'Operating System :: POSIX :: Linux' ,
22+ 'Programming Language :: Python :: 3 :: Only' ,
23+ 'Programming Language :: Python :: 3.6' ,
24+ 'Programming Language :: Python :: 3.7' ,
25+ 'Programming Language :: Python :: 3.8' ]
1726 )
1827
You can’t perform that action at this time.
0 commit comments