Skip to content

Commit

Permalink
chore: change license to reference file (#34)
Browse files Browse the repository at this point in the history
* change license to reference file

* add to classifiers
  • Loading branch information
ZStriker19 authored Jan 23, 2024
1 parent 91757d3 commit 7a7a988
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "envier"
dynamic = ["version"]
description = "Python application configuration via the environment"
readme = "README.md"
license = "MIT"
license = {file = "LICENSE"}
requires-python = ">=3.7"
authors = [
{ name = "Datadog", email = "dev@datadoghq.com" },
Expand All @@ -20,6 +20,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: MIT License",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 7a7a988

Please sign in to comment.