@@ -4,7 +4,39 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " sagittal_average"
7+ description = " Calculate the averages through a sagittal plane easily."
78version = " 0.1.0"
9+ readme = { file = " README.md" , content-type = " text/markdown" }
10+ license = { file = " LICENSE" }
11+ license-expression = ' BSD-3-clause'
12+ authors = [
13+ {
name =
" Charlene Bultoc" ,
email =
" [email protected] " },
14+ {
name =
" ARC Team" ,
email =
" [email protected] " },
15+ ]
16+ maintainers = [
17+ {
name =
" ARC Team" ,
email =
" [email protected] " },
18+ ]
19+ classifiers = [
20+ # Check the whole list at: https://pypi.org/classifiers/
21+ # How mature is this project? Common values are
22+ # 3 - Alpha
23+ # 4 - Beta
24+ # 5 - Production/Stable
25+ " Development Status :: 3 - Alpha" ,
26+
27+ # Indicate who your project is intended for
28+ " Intended Audience :: Science/Research" ,
29+ " Topic :: Scientific/Engineering :: Bio-Informatics" ,
30+ # Pick your license as you wish (see also "license" above)
31+ " License :: OSI Approved :: BSD License" ,
32+ # Specify the Python versions you support here.
33+ " Programming Language :: Python :: 3" ,
34+ " Programming Language :: Python :: 3.9" ,
35+ " Programming Language :: Python :: 3.13" ,
36+
37+ # To avoid uploading it to PiPy
38+ " Private :: Do Not Upload" ,
39+ ]
840dependencies = [
941 " numpy" ,
1042]
@@ -21,3 +53,8 @@ dev = [
2153 " pytest >= 8" ,
2254 " pytest-cov" ,
2355]
56+
57+ [project .urls ]
58+ Documentation = " https://UCL-COMP0233-24-25.github.io/sagittal_average/"
59+ Repository = " https://github.com/UCL-COMP0233-24-25/sagittal_average.git"
60+ Issues = " https://github.com/UCL-COMP0233-24-25/sagittal_average/issues"
0 commit comments