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.
2 parents b975381 + e77662a commit d6d6497Copy full SHA for d6d6497
pyproject.toml
@@ -8,7 +8,8 @@ build-backend = "hatchling.build"
8
[project]
9
name = "securesystemslib"
10
authors = [{name = "https://www.updateframework.com", email = "[email protected]"}]
11
-license = {text = "MIT"}
+license = "MIT"
12
+license-files = [ "LICENSE" ]
13
description = "A library that provides cryptographic and general-purpose routines for Secure Systems Lab projects at NYU"
14
readme = "README.md"
15
keywords = [
@@ -22,7 +23,6 @@ keywords = [
22
23
classifiers = [
24
"Development Status :: 4 - Beta",
25
"Intended Audience :: Developers",
- "License :: OSI Approved :: MIT License",
26
"Natural Language :: English",
27
"Operating System :: POSIX",
28
"Operating System :: POSIX :: Linux",
0 commit comments