Browse Source

Update URL in setup script

Since I'm migrating away from Github, keeping the old URL in future
releases doesn't make sense.
Clara Hobbs 7 years ago
parent
commit
7e4fe0ec74
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      setup.py

+ 1
- 1
setup.py View File

@@ -11,7 +11,7 @@ setup(
11 11
     description = ("Somewhat fancy voice command recognition software"),
12 12
     license = "GPLv3+",
13 13
     keywords = "voice speech command control",
14
-    url = "https://github.com/Ratfink/kaylee",
14
+    url = "https://git.clayhobbs.com/clay/kaylee",
15 15
     packages = ['kayleevc'],
16 16
     long_description = long_description,
17 17
     classifiers = [

Loading…
Cancel
Save