File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 2
2
requires = [
3
3
# setuptools >=64.0.0 might break editable installs
4
4
# https://github.com/pypa/setuptools/issues/3548
5
- " setuptools >=61 .0.0 " ,
5
+ " setuptools >=77 .0.3 " ,
6
6
" setuptools_scm[toml]>=6.2" ,
7
7
" wheel>=0.37.1" ,
8
8
" cffi>=1.15" ,
@@ -19,7 +19,12 @@ description = "The official Python port of libtcod."
19
19
authors = [{
name =
" Kyle Benesch" ,
email =
" [email protected] " }]
20
20
readme = " README.rst"
21
21
requires-python = " >=3.10"
22
- license = { text = " Simplified BSD License" }
22
+ license = " BSD-2-Clause"
23
+ license-files = [
24
+ " LICENSE.txt" ,
25
+ " libtcod/LICENSE.txt" ,
26
+ " libtcod/LIBTCOD-CREDITS.txt" ,
27
+ ]
23
28
dependencies = [
24
29
" cffi>=1.15" ,
25
30
' numpy>=1.21.4; implementation_name != "pypy"' ,
@@ -39,7 +44,6 @@ classifiers = [
39
44
" Environment :: MacOS X" ,
40
45
" Environment :: X11 Applications" ,
41
46
" Intended Audience :: Developers" ,
42
- " License :: OSI Approved :: BSD License" ,
43
47
" Natural Language :: English" ,
44
48
" Operating System :: POSIX" ,
45
49
" Operating System :: MacOS :: MacOS X" ,
You can’t perform that action at this time.
0 commit comments