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",