blob: 6cdc7bdcb44cb9b103b0dec35b6476d57118d04e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- pyproject.toml.orig 2025-09-02 18:23:38 UTC
+++ pyproject.toml
@@ -1,6 +1,6 @@ requires = [
[build-system]
requires = [
- "setuptools >= 77.0.3", # license and license-files alignment
+ "setuptools >= 61.0.0", # license and license-files alignment
]
build-backend = "setuptools.build_meta"
@@ -9,8 +9,7 @@ requires-python = ">=3.9"
description = "Windows Negotiate Authentication Client and Server"
readme = "README.md"
requires-python = ">=3.9"
-license = "MIT"
-license-files = ["LICENSE"]
+license = {file = "LICENSE"}
authors = [
{ name = "Jordan Borean", email = "jborean93@gmail.com" }
]
|