Skip to content

Commit 315ca07

Browse files
committed
Use PEP 639 licensing metadata
1 parent dac6a8a commit 315ca07

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pythonpackage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ jobs:
6464
name: Packages
6565
path: dist
6666
- name: Publish to PyPI
67-
uses: pypa/gh-action-pypi-publish@v1.6.11
67+
uses: pypa/gh-action-pypi-publish@v1.12.4

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["flit_core >=3.2,<4"]
2+
requires = ["flit_core >=3.11,<4"]
33
build-backend = "flit_core.buildapi"
44

55
[project]
@@ -8,15 +8,15 @@ authors = [
88
{ name = "David Vo", email = "[email protected]" },
99
]
1010
readme = "README.md"
11-
license = { file = "LICENSE" }
11+
license = "BSD-3-Clause"
12+
license-files = ["LICENSE"]
1213
requires-python = ">=3.6"
1314
dependencies = [
1415
"dataclasses; python_version < '3.7'",
1516
]
1617
classifiers = [
1718
"Development Status :: 5 - Production/Stable",
1819
"Intended Audience :: Developers",
19-
"License :: OSI Approved :: BSD License",
2020
"Operating System :: OS Independent",
2121
"Programming Language :: Python :: 3",
2222
"Programming Language :: Python :: 3 :: Only",

0 commit comments

Comments
 (0)