Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Alyx Connector
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
HaissLab
Data Management
Alyx Connector
Commits
a99da078
Commit
a99da078
authored
1 month ago
by
Timothe Jost
Browse files
Options
Downloads
Patches
Plain Diff
swapping back to one as a egg name (error before, doing that)
parent
76c9e1b3
Branches
main
No related tags found
No related merge requests found
Pipeline
#155951
failed
1 month ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pyproject.toml
+1
-1
1 addition, 1 deletion
pyproject.toml
src/one/__init__.py
+2
-1
2 additions, 1 deletion
src/one/__init__.py
with
3 additions
and
2 deletions
pyproject.toml
+
1
−
1
View file @
a99da078
...
...
@@ -3,7 +3,7 @@ requires = ["setuptools >= 66.0"]
build-backend
=
"setuptools.build_meta"
[project]
name
=
"
alyx-connector
"
name
=
"
one
"
authors
=
[
{
name
=
"Timothé Jost-Mousseau"
,
email
=
"timothe.jost-mousseau@pasteur.fr"
}
,
]
...
...
This diff is collapsed.
Click to expand it.
src/one/__init__.py
+
2
−
1
View file @
a99da078
"""
The Open Neurophysiology Environment (ONE) API
"""
__version__
=
"
2.1.15
"
__version__
=
"
2.0.41
"
from
.
import
api
from
.api
import
ONE
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment