Skip to content

Commit f836fd6

Browse files
committed
Replace depcreated license expression with new one
1 parent 28bbd33 commit f836fd6

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=61.0"]
2+
requires = ["setuptools>=77.0"]
33
build-backend = "setuptools.build_meta"
44

55
# Load setuptools info and dynamic version
@@ -30,7 +30,7 @@ authors = [
3030
description = "A python wrapper for Fortnite-API.com"
3131
readme = "README.md"
3232
requires-python = ">=3.10.0"
33-
license = { file = "LICENSE" }
33+
license = "MIT"
3434
keywords = [
3535
'fortnite',
3636
'fortnite-api.com',
@@ -40,7 +40,6 @@ keywords = [
4040
'fortnite shop',
4141
]
4242
classifiers = [
43-
'License :: OSI Approved :: MIT License',
4443
'Intended Audience :: Developers',
4544
'Natural Language :: English',
4645
'Operating System :: OS Independent',

0 commit comments

Comments
 (0)