File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[build-system ]
22build-backend = " hatchling.build"
3- requires = [" hatchling" , " hatch-vcs" ]
3+ requires = [" hatchling>=1.27.0 " , " hatch-vcs" ]
44
55[project ]
66authors = [{name = " Neurodocker Developers" }]
@@ -9,7 +9,6 @@ classifiers = [
99 " Environment :: Console" ,
1010 " Intended Audience :: Developers" ,
1111 " Intended Audience :: Science/Research" ,
12- " License :: OSI Approved :: Apache Software License" ,
1312 " Operating System :: OS Independent" ,
1413 " Programming Language :: Python :: 3" ,
1514 " Programming Language :: Python :: 3 :: Only" ,
@@ -31,7 +30,8 @@ dependencies = [
3130]
3231description = " A generic generator of Dockerfiles and Singularity recipes."
3332dynamic = [" version" ]
34- license = {text = " Apache License, 2.0" }
33+ license = " Apache-2.0"
34+ license-files = [" LICENSE" ]
3535maintainers = [{name = " Jakub Kaczmarzyk" , email = " jakub.kaczmarzyk@gmail.com" }]
3636name = " neurodocker"
3737readme = " README.md"
You can’t perform that action at this time.
0 commit comments