We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec0ad9f commit 4de9a50Copy full SHA for 4de9a50
pyproject.toml
@@ -1,11 +1,12 @@
1
[build-system]
2
build-backend = "setuptools.build_meta"
3
4
-requires = [ "setuptools" ]
+requires = [ "setuptools>=77.0" ]
5
6
[project]
7
name = "fake-useragent"
8
version = "2.1.0"
9
+license = "Apache-2.0"
10
description = "Up-to-date simple useragent faker with real world database"
11
readme.content-type = "text/markdown"
12
readme.file = "README.md"
@@ -26,7 +27,6 @@ requires-python = ">=3.9"
26
27
classifiers = [
28
"Development Status :: 5 - Production/Stable",
29
"Intended Audience :: Developers",
- "License :: OSI Approved :: Apache Software License",
30
"Operating System :: MacOS :: MacOS X",
31
"Operating System :: Microsoft :: Windows",
32
"Operating System :: OS Independent",
0 commit comments