Upload setup.cfg with huggingface_hub
Browse files
setup.cfg
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[build_sphinx]
|
| 2 |
+
source-dir = docs/
|
| 3 |
+
build-dir = docs/.build
|
| 4 |
+
all_files = 1
|
| 5 |
+
|
| 6 |
+
|
| 7 |
+
[extract_messages]
|
| 8 |
+
sort-by-file = True
|
| 9 |
+
copyright-holder = 137794+mete0r@users.noreply.github.com
|
| 10 |
+
msgid-bugs-address = 137794+mete0r@users.noreply.github.com
|
| 11 |
+
|
| 12 |
+
|
| 13 |
+
[init_catalog]
|
| 14 |
+
output-dir = src/hwp5/locale
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
[update_catalog]
|
| 18 |
+
output-dir = src/hwp5/locale
|
| 19 |
+
|
| 20 |
+
|
| 21 |
+
[compile_catalog]
|
| 22 |
+
directory = src/hwp5/locale
|