Browse Source

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 years ago
parent
commit
8e19bc7d40
3 changed files with 2 additions and 2 deletions
  1. 1
    1
      README.rst
  2. 0
    0
      plugins.json.dist
  3. 1
    1
      setup.py

+ 1
- 1
README.rst View File

42
 Usage
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
    ".shell" section of the file with sentences to speak and commands
46
    ".shell" section of the file with sentences to speak and commands
47
    to run.
47
    to run.
48
 2. Run Kaylee with ``./kaylee.py``. This generates a language model and
48
 2. Run Kaylee with ``./kaylee.py``. This generates a language model and

plugins.json.tmp → plugins.json.dist View File


+ 1
- 1
setup.py View File

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

Loading…
Cancel
Save