|
1 | 1 | [project] |
2 | 2 | name = "extension-helpers" |
3 | 3 | authors = [{ name = "The Astropy Developers", email = "[email protected]"}] |
4 | | -license = {text = "BSD 3-Clause License"} |
| 4 | +license = "BSD-3-Clause" |
| 5 | +license-files = ["LICENSE.rst", "licenses/LICENSE_ASTROSCRAPPY.rst"] |
5 | 6 | description = "Utilities for building and installing packages with compiled extensions" |
6 | 7 | readme = "README.rst" |
7 | 8 | classifiers = [ |
8 | 9 | "Development Status :: 5 - Production/Stable", |
9 | 10 | "Intended Audience :: Developers", |
10 | 11 | "Framework :: Setuptools Plugin", |
11 | | - "License :: OSI Approved :: BSD License", |
12 | 12 | "Operating System :: OS Independent", |
13 | 13 | "Programming Language :: Python", |
14 | 14 | "Programming Language :: Python :: 3", |
@@ -45,7 +45,6 @@ docs = [ |
45 | 45 | [tool.setuptools] |
46 | 46 | zip-safe = false |
47 | 47 | provides = ["extension_helpers"] |
48 | | -license-files = ["LICENSE.rst"] |
49 | 48 | include-package-data = false |
50 | 49 |
|
51 | 50 | [tool.setuptools.packages] |
@@ -92,7 +91,7 @@ exclude_lines = [ |
92 | 91 | ] |
93 | 92 |
|
94 | 93 | [build-system] |
95 | | -requires = ["setuptools>=43.0.0", |
| 94 | +requires = ["setuptools>=77.0.1", |
96 | 95 | "setuptools_scm>=6.2"] |
97 | 96 | build-backend = 'setuptools.build_meta' |
98 | 97 |
|
|
0 commit comments