We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a4aeca commit 193056aCopy full SHA for 193056a
setup.py
@@ -1,8 +1,6 @@
1
#!/usr/bin/env python3
2
-# -*- coding: utf-8 -*-
3
-#
4
-# Picard, the next-generation MusicBrainz tagger
5
+"""Picard, the next-generation MusicBrainz tagger"""
+
6
# Copyright (C) 2006-2008, 2011-2014, 2017 Lukáš Lalinský
7
# Copyright (C) 2007 Santiago M. Mola
8
# Copyright (C) 2008 Robert Kaye
@@ -824,6 +822,7 @@ def _get_requirements():
824
822
'Programming Language :: Python :: 3.10',
825
823
'Programming Language :: Python :: 3.11',
826
'Programming Language :: Python :: 3.12',
+ 'Programming Language :: Python :: 3.13',
827
'Operating System :: MacOS',
828
'Operating System :: Microsoft :: Windows',
829
'Operating System :: POSIX :: Linux',
0 commit comments