Mercurial > code > home > repos > light9
comparison pyproject.toml @ 2380:0d88befa5132
cull hgignore ; try to eliminate __pycache__ in the source tree but gave up
author | drewp@bigasterisk.com |
---|---|
date | Sun, 12 May 2024 19:50:19 -0700 |
parents | 2088c500415e |
children | a1f1653e3d5b |
comparison
equal
deleted
inserted
replaced
2379:1cbb52eac89b | 2380:0d88befa5132 |
---|---|
71 [[tool.pdm.source]] | 71 [[tool.pdm.source]] |
72 name = "pypi" | 72 name = "pypi" |
73 url = "https://pypi.org/simple" | 73 url = "https://pypi.org/simple" |
74 verify_ssl = true | 74 verify_ssl = true |
75 | 75 |
76 [build-system] | |
77 requires = ["pdm-pep517"] | |
78 build-backend = "pdm.pep517.api" |