Skip to content
Snippets Groups Projects
Commit a99da078 authored by Timothe Jost's avatar Timothe Jost
Browse files

swapping back to one as a egg name (error before, doing that)

parent 76c9e1b3
No related branches found
No related tags found
No related merge requests found
Pipeline #155951 failed
...@@ -3,7 +3,7 @@ requires = ["setuptools >= 66.0"] ...@@ -3,7 +3,7 @@ requires = ["setuptools >= 66.0"]
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta"
[project] [project]
name = "alyx-connector" name = "one"
authors = [ authors = [
{ name = "Timothé Jost-Mousseau", email = "timothe.jost-mousseau@pasteur.fr" }, { name = "Timothé Jost-Mousseau", email = "timothe.jost-mousseau@pasteur.fr" },
] ]
......
"""The Open Neurophysiology Environment (ONE) API""" """The Open Neurophysiology Environment (ONE) API"""
__version__ = "2.1.15"
__version__ = "2.0.41"
from . import api from . import api
from .api import ONE from .api import ONE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment