Skip to content

Commit

Permalink
Merge pull request #942 from jku/pep-639
Browse files Browse the repository at this point in the history
Modernize license metadata
  • Loading branch information
adityasaky authored Jan 28, 2025
2 parents b975381 + e77662a commit d6d6497
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ build-backend = "hatchling.build"
[project]
name = "securesystemslib"
authors = [{name = "https://www.updateframework.com", email = "[email protected]"}]
license = {text = "MIT"}
license = "MIT"
license-files = [ "LICENSE" ]
description = "A library that provides cryptographic and general-purpose routines for Secure Systems Lab projects at NYU"
readme = "README.md"
keywords = [
Expand All @@ -22,7 +23,6 @@ keywords = [
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Operating System :: POSIX",
"Operating System :: POSIX :: Linux",
Expand Down

0 comments on commit d6d6497

Please sign in to comment.