a70ee58ae1
(#17032) It's been bothering me that we have a bunch of stub packages and such in a `scripts` directory.
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",
|
|
],
|
|
)
|