We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28bbd33 commit f836fd6Copy full SHA for f836fd6
1 file changed
pyproject.toml
@@ -1,5 +1,5 @@
1
[build-system]
2
-requires = ["setuptools>=61.0"]
+requires = ["setuptools>=77.0"]
3
build-backend = "setuptools.build_meta"
4
5
# Load setuptools info and dynamic version
@@ -30,7 +30,7 @@ authors = [
30
description = "A python wrapper for Fortnite-API.com"
31
readme = "README.md"
32
requires-python = ">=3.10.0"
33
-license = { file = "LICENSE" }
+license = "MIT"
34
keywords = [
35
'fortnite',
36
'fortnite-api.com',
@@ -40,7 +40,6 @@ keywords = [
40
'fortnite shop',
41
]
42
classifiers = [
43
- 'License :: OSI Approved :: MIT License',
44
'Intended Audience :: Developers',
45
'Natural Language :: English',
46
'Operating System :: OS Independent',
0 commit comments