Skip to content

Commit 0ed841a

Browse files
committed
Updated setup.py to fix readme formatting on PyPi
1 parent 6f91bbd commit 0ed841a

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

setup.py

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
if platform.system()=='Windows':
55
requires+=['wmi']
66
setup(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',
@@ -13,6 +13,15 @@
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

0 commit comments

Comments
 (0)