Bläddra i källkod

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 år sedan
förälder
incheckning
7e4fe0ec74
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      setup.py

+ 1
- 1
setup.py Visa fil

@@ -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 = [

Laddar…
Avbryt
Spara