From 4a02c381183e5bc81092e1d1dbec1a396719e3c4 Mon Sep 17 00:00:00 2001 From: linarphy Date: Mon, 13 May 2024 18:10:16 +0200 Subject: [PATCH] Fix indentation --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 52dcff1..b0d9d34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,10 +8,10 @@ description = "Analyze backscattering noise" readme = "README.md" requires-python = ">=3.8" classifiers = [ - "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Intended Audience :: Science/Research", - "Operating System :: OS Independent", + "Operating System :: OS Independent", "Development Status :: 2 - Pre-Alpha", "Topic :: Scientific/Engineering", ]