Rename scripts/editable-installs to scripts/packages (#2644)

## Summary

This was discussed in a prior PR.
This commit is contained in:
Charlie Marsh
2024-03-24 23:56:00 -04:00
committed by GitHub
parent a6602ad416
commit 1601ea08e6
39 changed files with 122 additions and 135 deletions
@@ -0,0 +1,22 @@
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "root-editable"
description = 'A simple editable package with a {root:uri} dependency.'
readme = "README.md"
requires-python = ">=3.7"
license = "MIT"
keywords = []
authors = [
{ name = "Astral Software Inc.", email = "hey@astral.sh" },
]
classifiers = []
dependencies = [
"black @ {root:uri}/../black_editable"
]
version = "0.1.0"
[tool.hatch.metadata]
allow-direct-references = true
@@ -0,0 +1,2 @@
def func():
pass