From 9b9f448bc6fdc1f1f43a9b877a27d793df74a44a Mon Sep 17 00:00:00 2001 From: MatthieuDartiailh Date: Tue, 26 Nov 2024 18:24:48 +0100 Subject: [PATCH] fix installation --- pyproject.toml | 2 +- setup.py | 10 ---------- 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 setup.py diff --git a/pyproject.toml b/pyproject.toml index ca6e061..f38ad5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ classifiers = [ "Programming Language :: Python :: Implementation :: CPython", ] dynamic=["version"] -requires = ["setuptools>=61.2"] +dependencies = ["setuptools>=61.2"] [project.urls] diff --git a/setup.py b/setup.py deleted file mode 100644 index f6f8487..0000000 --- a/setup.py +++ /dev/null @@ -1,10 +0,0 @@ -# ------------------------------------------------------------------------------ -# Copyright (c) 2014-2022, Nucleic -# -# Distributed under the terms of the BSD 3-Clause License. -# -# The full license is in the file LICENSE, distributed with this software. -# ------------------------------------------------------------------------------ -from setuptools import setup - -setup()