mirror of
https://github.com/astral-sh/uv
synced 2026-01-07 14:43:20 -05:00
10 lines
137 B
Python
10 lines
137 B
Python
from setuptools import setup
|
|
|
|
setup(
|
|
name="setup-py-editable",
|
|
version="0.0.1",
|
|
install_requires=[
|
|
"httpx",
|
|
],
|
|
)
|