From f2019da73cd25fdb756e88e82a5d160ab2b78b97 Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Tue, 28 Mar 2023 11:01:12 +0100 Subject: [PATCH] minor setup.cfg changes --- pyproject.toml | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f965cd0d..ddb15f36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,4 +14,4 @@ [build-system] requires = ["setuptools"] -build-backend = "setuptools.build_meta:" +build-backend = "setuptools.build_meta" diff --git a/setup.cfg b/setup.cfg index 0fb81499..3f384c4d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,7 +19,7 @@ description = Utility classes and functions for SpiNNaker projects long_description = file: README.md long_description_content_type = text/markdown url = https://github.com/SpiNNakerManchester/SpiNNUtils -license=Apache-2.0 +license = Apache-2.0 classifiers= Development Status :: 5 - Production/Stable Intended Audience :: Developers