From 030f51bacc7d219f6eb14089f263eb7105112852 Mon Sep 17 00:00:00 2001 From: Tristan Salles Date: Thu, 20 Jun 2024 12:58:11 +1000 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a8ccecf..aa30743 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,9 +70,6 @@ packages = [ "gospl._fortran", ] -# [tool.setuptools.dynamic] -# version = {attr = "gospl.__version__"} - [project.optional-dependencies] dev = ["pip-tools", "pytest"]