Просмотр исходного кода

Renamed example plugins.json file

It's not really temporary, so tmp isn't a sensible suffix.  It's
provided in the distribution of the package, so dist is.
Clara Hobbs 6 лет назад
Родитель
Сommit
8e19bc7d40
3 измененных файлов: 2 добавлений и 2 удалений
  1. 1
    1
      README.rst
  2. 0
    0
      plugins.json.dist
  3. 1
    1
      setup.py

+ 1
- 1
README.rst Просмотреть файл

@@ -42,7 +42,7 @@ Optional Dependencies
42 42
 Usage
43 43
 -----
44 44
 
45
-1. Copy plugins.json.tmp to ~/.config/kaylee/plugins.json and fill the
45
+1. Copy plugins.json.dist to ~/.config/kaylee/plugins.json and fill the
46 46
    ".shell" section of the file with sentences to speak and commands
47 47
    to run.
48 48
 2. Run Kaylee with ``./kaylee.py``. This generates a language model and

plugins.json.tmp → plugins.json.dist Просмотреть файл


+ 1
- 1
setup.py Просмотреть файл

@@ -28,7 +28,7 @@ setup(
28 28
     install_requires=["requests", "setuptools"],
29 29
     data_files = [
30 30
         ("/usr/share/kaylee", ["data/icon_inactive.png", "data/icon.png",
31
-            "options.json.tmp"]),
31
+            "plugins.json.dist"]),
32 32
         ("/usr/lib/systemd/user", ["systemd/kaylee.service"])
33 33
     ],
34 34
     entry_points = {

Загрузка…
Отмена
Сохранить