Skip to content
This repository was archived by the owner on Sep 25, 2025. It is now read-only.

Commit 5b8b106

Browse files
committed
Update license information in pyproject.toml
1 parent 3887980 commit 5b8b106

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pydepsdev"
7-
version = "0.2.1"
7+
version = "0.2.2"
88
authors = [
99
{ name = "Robert-André Mauchin", email = "[email protected]" }
1010
]
1111
description = "A Python library for interacting with Open Source Insights API (deps.dev)"
1212
readme = "README.md"
13-
license = { file = "LICENSE" }
13+
license = "Apache-2.0"
14+
license-files = [ "LICENSE" ]
1415
requires-python = ">=3.8"
1516
keywords = ["Open Source Insights", "api", "deps.dev"]
1617
classifiers = [
1718
"Topic :: Software Development :: Libraries",
1819
"Development Status :: 4 - Beta",
19-
"License :: OSI Approved :: Apache Software License",
2020
"Programming Language :: Python :: 3",
2121
"Operating System :: OS Independent",
2222
"Intended Audience :: Developers"

0 commit comments

Comments
 (0)