Skip to content

Commit a4f18b5

Browse files
committed
add trailing comma
1 parent ea6d29c commit a4f18b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def find_version(*paths):
4343
'Programming Language :: Python :: 3.9',
4444
'Programming Language :: Python :: 3.10',
4545
'Programming Language :: Python :: 3.11',
46-
'Programming Language :: Python :: 3.12'
46+
'Programming Language :: Python :: 3.12',
4747
],
4848
keywords='mixpanel analytics',
4949
packages=find_packages(),

0 commit comments

Comments
 (0)