Skip to content

Commit 4de9a50

Browse files
authored
Add SPDX license identifier (#471)
1 parent ec0ad9f commit 4de9a50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
[build-system]
22
build-backend = "setuptools.build_meta"
33

4-
requires = [ "setuptools" ]
4+
requires = [ "setuptools>=77.0" ]
55

66
[project]
77
name = "fake-useragent"
88
version = "2.1.0"
9+
license = "Apache-2.0"
910
description = "Up-to-date simple useragent faker with real world database"
1011
readme.content-type = "text/markdown"
1112
readme.file = "README.md"
@@ -26,7 +27,6 @@ requires-python = ">=3.9"
2627
classifiers = [
2728
"Development Status :: 5 - Production/Stable",
2829
"Intended Audience :: Developers",
29-
"License :: OSI Approved :: Apache Software License",
3030
"Operating System :: MacOS :: MacOS X",
3131
"Operating System :: Microsoft :: Windows",
3232
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)