瀏覽代碼

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 年之前
父節點
當前提交
7e4fe0ec74
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      setup.py

+ 1
- 1
setup.py 查看文件

@@ -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…
取消
儲存