Skip to content

Commit

Permalink
convert to pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
k1o0 committed Nov 8, 2024
1 parent 16e3077 commit ca79008
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 52 deletions.
21 changes: 21 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[project]
name = "ONE-api"
dynamic = ["version", "readme", "dependencies"]
description = "Open Neurophysiology Environment"
authors = [
{name = "IBL Staff"},
]
requires-python = ">=3.7"
license = {text = "MIT"}

[project.urls]
Homepage = "https://github.com/int-brain-lab/ONE"

[tool.setuptools.dynamic]
version = {attr = "one.__version__"}
readme = {file = ["README.md"], content-type = "text/markdown"}
dependencies = {file = ["requirements.txt"]}
52 changes: 0 additions & 52 deletions setup.py

This file was deleted.

0 comments on commit ca79008

Please sign in to comment.