Skip to content

Commit

Permalink
chore: update project and lock files
Browse files Browse the repository at this point in the history
Signed-off-by: Frost Ming <me@frostming.com>
  • Loading branch information
frostming committed Jan 25, 2024
1 parent f94bfb2 commit dbfbbce
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 63 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"build": "esbuild src/setup-pdm.ts --bundle --platform=node --target=node20 --outfile=dist/setup-pdm.js && esbuild src/cache-save.ts --bundle --platform=node --target=node20 --outfile=dist/cache-save.js"
},
"packageManager": "pnpm@7.32.2",
"packageManager": "pnpm@8.14.3",
"repository": {
"type": "git",
"url": "git+https://github.com/pdm-project/setup-pdm.git"
Expand Down
98 changes: 49 additions & 49 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 3 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
[project]
name = "setup-pdm"
version = "0.0.0"
authors = [
{name = "Frost Ming", email = "mianghong@gmail.com"},
]
include = "test.py"
requires-python = ">=3.7"
dynamic = ["classifiers"]
license = {text = "MIT"}

[project.urls]
homepage = ""

[tool]
[tool.pdm]
distribution = false

[tool.pdm.dev-dependencies]
dev = [
Expand All @@ -22,7 +19,3 @@ dev = [
"setuptools; python_version=='3.11'",
"six; python_version=='3.12'",
]

[build-system]
requires = ["pdm-pep517"]
build-backend = "pdm.pep517.api"
4 changes: 1 addition & 3 deletions test.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
import importlib
import os
import sys
import unittest
import importlib


PACKAGE_MAP = {
"3.6": "idna",
"3.7": "chardet",
"3.8": "urllib3",
"3.9": "certifi",
Expand Down

0 comments on commit dbfbbce

Please sign in to comment.