From d8e4bf1de9a161f2914269dd2661305f2e88aad7 Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Tue, 13 Aug 2024 16:55:23 -0400 Subject: [PATCH] BUG: Fix bug with entry point --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cda4603e2..78bd1b46e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "mne-nirs" description = "An MNE compatible package for processing near-infrared spectroscopy data" -version = "0.7.0" +version = "0.7.1" maintainers = [{ name = "Robert Luke", email = "robert.luke@mq.edu.au" }] license = { text = "BSD-3-Clause" } readme = { file = "README.rst", content-type = "text/x-rst" } @@ -33,7 +33,6 @@ classifiers = [ "Operating System :: MacOS", "Programming Language :: Python :: 3", ] -scripts = { mne = "mne.commands.utils:main" } dependencies = [ "numpy>=1.11.3,<3", "scipy>=0.17.1",