From 7d03ec08adf234177f19310bdfac901d869b73bb Mon Sep 17 00:00:00 2001 From: Frederik Jaeckel Date: Fri, 2 May 2025 14:49:41 +0200 Subject: [PATCH] update copyright --- COPYRIGHT | 2 -- setup.py | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/COPYRIGHT b/COPYRIGHT index f7d3062..b597702 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,5 +1,3 @@ -Copyright (C) 2015-2025 Cédric Krier. -Copyright (C) 2015-2025 B2CK SPRL. Copyright (C) 2021-2025 martin-data services. Copyright (C) 2025 Mathias Behrle diff --git a/setup.py b/setup.py index 645635e..d0f871b 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,6 @@ here = path.abspath(path.dirname(__file__)) MODULE = 'account_invoice_xrechnung' PREFIX = 'mds' -# Get the long description from the README file with open(path.join(here, 'README.rst'), encoding='utf-8') as f: long_description = f.read() @@ -86,6 +85,8 @@ setup( 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', ], keywords='tryton account invoice xrechnung edocument',