-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpyproject.toml
More file actions
32 lines (28 loc) · 1.05 KB
/
pyproject.toml
File metadata and controls
32 lines (28 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "subcortex_visualization"
version = "1.2.1"
authors = [
{ name="Annie G. Bryant", email="anniegbryant@gmail.com" },
]
description = "A package to visualize subcortical and cerebellar brain data in two dimensions."
readme = "README.md"
requires-python = ">=3.9"
classifiers = [
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Development Status :: 1 - Planning",
"Operating System :: OS Independent",
"Intended Audience :: Science/Research",
"Environment :: Console",
"Environment :: Other Environment",
"Topic :: Scientific/Engineering :: Bio-Informatics",
"Topic :: Scientific/Engineering :: Information Analysis",
"Topic :: Scientific/Engineering :: Medical Science Apps.",
]
license = {text = "GNU General Public License v3 (GPLv3)"}
[project.urls]
Homepage = "https://github.com/anniegbryant/subcortex_visualization"
Issues = "https://github.com/anniegbryant/subcortex_visualization/issues"