From 40f6be6944653a664da99127b3292d529b987c0c Mon Sep 17 00:00:00 2001 From: Christoph Knote <christoph.knote@med.uni-augsburg.de> Date: Mon, 14 Mar 2022 11:00:05 +0100 Subject: [PATCH] Fix syntax --- pyproject.toml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e9d8d60..f066dbb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,18 +9,18 @@ homepage = "https://mbees.med.uni-augsburg.de/" repository = "https://mbees.med.uni-augsburg.de/gitlab/mbees/boxmox_pypackage" keywords = [ "atmosphere", "chemistry", "box model", "boxmox" ] classifiers = [ - "Programming Language :: Python :: 3" - "Development Status :: 5 - Production/Stable" - "Environment :: Console" - "Intended Audience :: Developers" - "Intended Audience :: Education" - "Intended Audience :: End Users/Desktop" - "Intended Audience :: Science/Research" - "License :: OSI Approved :: GNU General Public License v3 (GPLv3)" - "Operating System :: POSIX" - "Topic :: Education" - "Topic :: Scientific/Engineering" - "Topic :: Utilities" + "Programming Language :: Python :: 3", + "Development Status :: 5 - Production/Stable", + "Environment :: Console", + "Intended Audience :: Developers", + "Intended Audience :: Education", + "Intended Audience :: End Users/Desktop", + "Intended Audience :: Science/Research", + "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", + "Operating System :: POSIX", + "Topic :: Education", + "Topic :: Scientific/Engineering", + "Topic :: Utilities", ] packages = [ { include = "boxmox", from = "src" }, -- GitLab