浏览代码

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 年前
父节点
当前提交
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 = {

正在加载...
取消
保存