11[build-system ]
2- requires = [" flit_core >=3.3 " ]
2+ requires = [" flit_core >=3.12 " ]
33build-backend = " flit_core.buildapi"
44
55
66[project ]
77name = " packaging"
88description = " Core utilities for Python packages"
99dynamic = [" version" ]
10+ license = " Apache-2.0 OR BSD-2-Clause"
11+ license-files = [" LICENSE*" ]
1012readme = " README.rst"
1113requires-python = " >=3.8"
1214authors = [{name = " Donald Stufft" , email = " donald@stufft.io" }]
1315classifiers = [
1416 " Development Status :: 5 - Production/Stable" ,
1517 " Intended Audience :: Developers" ,
16- " License :: OSI Approved :: Apache Software License" ,
17- " License :: OSI Approved :: BSD License" ,
1818 " Programming Language :: Python" ,
1919 " Programming Language :: Python :: 3" ,
2020 " Programming Language :: Python :: 3 :: Only" ,
@@ -36,7 +36,7 @@ Source = "https://github.com/pypa/packaging"
3636
3737
3838[tool .flit .sdist ]
39- include = [" LICENSE* " , " tests/" , " docs/" , " CHANGELOG.rst" ]
39+ include = [" tests/" , " docs/" , " CHANGELOG.rst" ]
4040exclude = [" docs/_build" , " tests/manylinux/build-hello-world.sh" , " tests/musllinux/build.sh" , " tests/hello-world.c" , " tests/__pycache__" , " build/__pycache__" ]
4141
4242
0 commit comments