Skip to content

Commit 0fe2792

Browse files
authored
include LICENSE in sdist (#303)
1 parent c28491a commit 0fe2792

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

MANIFEST.in

Lines changed: 0 additions & 1 deletion
This file was deleted.

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
authors = [
33
{name = "Edward Z. Yang", email = "ezyang@mit.edu"},
44
]
5-
license = {text = "MIT"}
5+
license = "MIT"
6+
license-files = [
7+
"LICENSE",
8+
]
69
requires-python = "<4.0.0,>=3.9.1"
710
dependencies = [
811
"aiohttp<4,>=3",

0 commit comments

Comments
 (0)