summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenry Schreiner <HenrySchreinerIII@gmail.com>2023-03-14 12:35:14 -0700
committerGitHub <noreply@github.com>2023-03-14 21:35:14 +0200
commit4aa790292fba033eb402011964f7604db2bd1438 (patch)
tree6970f85302f8485231ad0fab2c3b707e3d5772bc
parent461f7a3a2d4824009ca4855b3300d61e6d405dc4 (diff)
downloadwheel-git-4aa790292fba033eb402011964f7604db2bd1438.tar.gz
Removed unused license line (#519)
This line doesn't do anything, as flit ignores it. The license is specified via trove classifiers, and Flit automatically includes LICENSE* in the dist-info directory.
-rw-r--r--pyproject.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 015573b..b65f815 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -22,7 +22,6 @@ classifiers = [
authors = [{name = "Daniel Holth", email = "dholth@fastmail.fm"}]
maintainers = [{name = "Alex Grönholm", email = "alex.gronholm@nextday.fi"}]
keywords = ["wheel", "packaging"]
-license = {file = "LICENSE.txt"}
requires-python = ">=3.7"
dynamic = ["version"]