📦 make it pip-installable
parent
95f331199b
commit
1f3f6669ef
@ -0,0 +1,2 @@
|
|||||||
|
/build/
|
||||||
|
*.egg-info/
|
@ -0,0 +1,10 @@
|
|||||||
|
[project]
|
||||||
|
name = "drive-download"
|
||||||
|
version = "0"
|
||||||
|
dynamic = ["dependencies"]
|
||||||
|
|
||||||
|
[project.scripts]
|
||||||
|
drive-download = "drive_download:main"
|
||||||
|
|
||||||
|
[tool.setuptools.dynamic]
|
||||||
|
dependencies = {file = ["requirements.txt"]}
|
Loading…
Reference in New Issue