Upload buildout.cfg with huggingface_hub
Browse files- buildout.cfg +19 -0
buildout.cfg
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[buildout]
|
| 2 |
+
develop = .
|
| 3 |
+
parts =
|
| 4 |
+
pyhwp
|
| 5 |
+
clitest
|
| 6 |
+
|
| 7 |
+
|
| 8 |
+
[pyhwp]
|
| 9 |
+
recipe = zc.recipe.egg
|
| 10 |
+
eggs =
|
| 11 |
+
pyhwp
|
| 12 |
+
|
| 13 |
+
|
| 14 |
+
[clitest]
|
| 15 |
+
recipe = hexagonit.recipe.download
|
| 16 |
+
url = https://raw.githubusercontent.com/aureliojargas/clitest/0.3.0/clitest
|
| 17 |
+
download-only = true
|
| 18 |
+
mode = 0700
|
| 19 |
+
destination = ${buildout:bin-directory}
|