Skip to content

Commit 76a6454

Browse files
committed
Merge stuff
1 parent 717175b commit 76a6454

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

__pkginfo__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2018, 2020-2021 2024 Rocky Bernstein <[email protected]>
1+
# Copyright (C) 2018, 2020-2021 2024-2025 Rocky Bernstein <[email protected]>
22
#
33
# This program is free software: you can redistribute it and/or modify
44
# it under the terms of the GNU General Public License as published by
@@ -36,7 +36,7 @@
3636

3737
# Things that change more often go here.
3838
copyright = """
39-
Copyright (C) 2015-2021, 2024 Rocky Bernstein <[email protected]>.
39+
Copyright (C) 2015-2021, 2024-2025 Rocky Bernstein <[email protected]>.
4040
"""
4141

4242
classifiers = [
@@ -79,7 +79,7 @@
7979
]
8080
}
8181
ftp_url = None
82-
install_requires = ["click", "spark-parser >= 1.8.9, < 1.9.2", "xdis >= 6.1.1, < 6.2.0"]
82+
install_requires = ["click", "spark-parser >= 1.8.9, < 1.9.2", "xdis > 6.2.0"]
8383

8484
license = "GPL3"
8585
mailing_list = "[email protected]"

0 commit comments

Comments
 (0)