From 23270c5d1e3ee0d44154be7f17a3a9bb984fda05 Mon Sep 17 00:00:00 2001 From: gnzsnz <8376642+gnzsnz@users.noreply.github.com> Date: Fri, 5 Dec 2025 17:14:39 +0100 Subject: [PATCH] fix setuptools deprecation warning --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e22bd8f..a25d8a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,7 @@ description = "Python sync/async framework for Interactive Brokers API" authors = ["Ewald de Wit"] maintainers = ["Matt Stancliff "] license = "BSD" +license-files = ["LICENSE"] readme = "README.md" repository = "https://github.com/ib-api-reloaded/ib_async" include = ["ib_async/py.typed"] @@ -12,7 +13,6 @@ classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Topic :: Office/Business :: Financial :: Investment", - "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12",