Skip to content

Commit 193056a

Browse files
authored
Update setup.py
1 parent 0a4aeca commit 193056a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

setup.py

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#!/usr/bin/env python3
2-
# -*- coding: utf-8 -*-
3-
#
4-
# Picard, the next-generation MusicBrainz tagger
5-
#
2+
"""Picard, the next-generation MusicBrainz tagger"""
3+
64
# Copyright (C) 2006-2008, 2011-2014, 2017 Lukáš Lalinský
75
# Copyright (C) 2007 Santiago M. Mola
86
# Copyright (C) 2008 Robert Kaye
@@ -824,6 +822,7 @@ def _get_requirements():
824822
'Programming Language :: Python :: 3.10',
825823
'Programming Language :: Python :: 3.11',
826824
'Programming Language :: Python :: 3.12',
825+
'Programming Language :: Python :: 3.13',
827826
'Operating System :: MacOS',
828827
'Operating System :: Microsoft :: Windows',
829828
'Operating System :: POSIX :: Linux',

0 commit comments

Comments
 (0)