mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 13:25:00 +00:00
9 lines
137 B
Python
9 lines
137 B
Python
from setuptools import setup
|
|
|
|
setup(
|
|
name="setup-py-editable",
|
|
version="0.0.1",
|
|
install_requires=[
|
|
"httpx",
|
|
],
|
|
)
|