File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed
Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 11BSD 2-Clause License
22
3- Copyright (c) 2009-2023 , Kyle Benesch and the python-tcod contributors.
3+ Copyright (c) 2009-2025 , Kyle Benesch and the python-tcod contributors.
44All rights reserved.
55
66Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 6565
6666# General information about the project.
6767project = "python-tcod"
68- copyright = "2009-2023 , Kyle Benesch"
68+ copyright = "2009-2025 , Kyle Benesch"
6969author = "Kyle Benesch"
7070
7171# The version info for the project you're documenting, acts as replacement for
Original file line number Diff line number Diff line change 22requires = [
33 # setuptools >=64.0.0 might break editable installs
44 # https://github.com/pypa/setuptools/issues/3548
5- " setuptools >=61 .0.0 " ,
5+ " setuptools >=77 .0.3 " ,
66 " setuptools_scm[toml]>=6.2" ,
7+ " packaging>=24.2" ,
78 " wheel>=0.37.1" ,
89 " cffi>=1.15" ,
910 " pycparser>=2.14" ,
@@ -19,7 +20,12 @@ description = "The official Python port of libtcod."
1920authors = [{ name = " Kyle Benesch" , email = " 4b796c65+tcod@gmail.com" }]
2021readme = " README.rst"
2122requires-python = " >=3.10"
22- license = { text = " Simplified BSD License" }
23+ license = " BSD-2-Clause"
24+ license-files = [
25+ " LICENSE.txt" ,
26+ " libtcod/LICENSE.txt" ,
27+ " libtcod/LIBTCOD-CREDITS.txt" ,
28+ ]
2329dependencies = [
2430 " cffi>=1.15" ,
2531 ' numpy>=1.21.4; implementation_name != "pypy"' ,
@@ -39,7 +45,6 @@ classifiers = [
3945 " Environment :: MacOS X" ,
4046 " Environment :: X11 Applications" ,
4147 " Intended Audience :: Developers" ,
42- " License :: OSI Approved :: BSD License" ,
4348 " Natural Language :: English" ,
4449 " Operating System :: POSIX" ,
4550 " Operating System :: MacOS :: MacOS X" ,
You can’t perform that action at this time.
0 commit comments