Skip to content
This repository was archived by the owner on Feb 19, 2024. It is now read-only.

Commit dc7c1ef

Browse files
committed
Fix setup.py
1 parent 9b87e83 commit dc7c1ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ def find_version(*file_paths):
113113

114114
'Programming Language :: Python',
115115
'Programming Language :: Python :: 3',
116-
'Programming Language :: Python :: 3.6'
117-
'Programming Language :: Python :: 3.7'
116+
'Programming Language :: Python :: 3.6',
117+
'Programming Language :: Python :: 3.7',
118118
'Programming Language :: Python :: 3.8'
119119
],
120120
keywords='nordic nrf51 nrf52 ble bluetooth softdevice serialization bindings pc-ble-driver pc-ble-driver-py '

0 commit comments

Comments
 (0)