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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
39 changed files with 122 additions and 135 deletions

View file

@ -0,0 +1,9 @@
from setuptools import setup
setup(
name="setup-py-editable",
version="0.0.1",
install_requires=[
"httpx",
],
)