mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-17 13:58:29 +00:00
Rename scripts/editable-installs
to scripts/packages
(#2644)
## Summary This was discussed in a prior PR.
This commit is contained in:
parent
a6602ad416
commit
1601ea08e6
39 changed files with 122 additions and 135 deletions
9
scripts/packages/setup_py_editable/setup.py
Normal file
9
scripts/packages/setup_py_editable/setup.py
Normal file
|
@ -0,0 +1,9 @@
|
|||
from setuptools import setup
|
||||
|
||||
setup(
|
||||
name="setup-py-editable",
|
||||
version="0.0.1",
|
||||
install_requires=[
|
||||
"httpx",
|
||||
],
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue