From e76a6b3a7066d0770af8460796fee0ed64c7f6b9 Mon Sep 17 00:00:00 2001 From: Ivo Vellekoop Date: Tue, 1 Oct 2024 17:58:30 +0200 Subject: [PATCH] fixed errors in pyproject.toml --- pyproject.toml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7270ea7..f4876c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,18 +9,10 @@ repository = "https://github.com/ivovellekoop/openwfs" documentation = "https://openwfs.readthedocs.io/en/latest/" classifiers = [ 'Programming Language :: Python :: 3', - 'Development Status :: 3 - Alpha', + 'Development Status :: 4 - Beta', 'License :: OSI Approved :: BSD License', 'Operating System :: OS Independent', ] -packages = [ - { include = "openwfs" }, - { include = "openwfs.algorithms" }, - { include = "openwfs.devices" }, - { include = "openwfs.processors" }, - { include = "openwfs.simulation" }, - { include = "openwfs.utilities" } -] [build-system] requires = ["poetry-core"]