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.
1 parent 0c5466a commit 630c601Copy full SHA for 630c601
.github/workflows/tests.yml
@@ -6,6 +6,9 @@ on:
6
pull_request:
7
workflow_dispatch:
8
9
+permissions:
10
+ contents: read
11
+
12
env:
13
FORCE_COLOR: "1"
14
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
name = "universal_pathlib"
-license = {text = "MIT License"}
+license = "MIT"
authors = [
{name = "Andrew Fulton", email = "[email protected]"},
]
0 commit comments