Skip to content

Commit

Permalink
BUG: Fix bug with entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Aug 13, 2024
1 parent 8f54676 commit d8e4bf1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit d8e4bf1

Please sign in to comment.