File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ requires-python = ">= 3.10"
6
6
authors = [
7
7
{
name =
" University Library at The University of Illinois at Urbana Champaign: Preservation Services" ,
email =
" [email protected] " }
8
8
]
9
- license = { file =" LICENSE" }
9
+ license = " NCSA"
10
+ license-files = [" LICENSE" ]
10
11
readme = { file = " README.md" , content-type =" text/markdown" }
11
12
classifiers = [
12
13
" Development Status :: 3 - Alpha" ,
13
14
" Environment :: Console" ,
14
15
" Natural Language :: English" ,
15
16
" Intended Audience :: Science/Research" ,
16
- " License :: OSI Approved :: University of Illinois/NCSA Open Source License" ,
17
17
" Programming Language :: Python :: 3" ,
18
18
" Topic :: System :: Archiving"
19
19
@@ -27,7 +27,7 @@ dependencies = [
27
27
galatea = " galatea.cli:main"
28
28
29
29
[build-system ]
30
- requires = [" setuptools>=75.1 .0" ]
30
+ requires = [" setuptools>=77.0 .0" ]
31
31
build-backend = " setuptools.build_meta"
32
32
33
33
[tool .setuptools ]
You can’t perform that action at this time.
0 commit comments