diff --git a/pyproject.toml b/pyproject.toml index ac378df..e9ac8fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools==68.2.2", "wheel"] +requires = ["setuptools>=69.1.0", "wheel"] build-backend = "setuptools.build_meta" @@ -11,6 +11,7 @@ authors = [{ name = "IGalat", email = "author_email@example.com" }] license = { file = "LICENSE" } readme = "README.md" requires-python = ">=3.10" +dynamic = ["dependencies", "optional-dependencies"] classifiers = [ "Development Status :: 4 - Beta", "Programming Language :: Python :: 3",