瀏覽代碼

fix in MANIFEST.in, updated url in setup.py

digital 7 年之前
父節點
當前提交
05d87b848f
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      MANIFEST.in
  2. 1 1
      setup.py

+ 1 - 1
MANIFEST.in

@@ -17,7 +17,7 @@
 
 graft config
 graft sample
-graft docs/src
+graft src
 include Makefile
 
 

+ 1 - 1
setup.py

@@ -24,7 +24,7 @@ setup_kwargs = {
     'description':'Beehive analyzer',
     'author':'Digital',
     'author_email':'[email protected]',
-    'url':'https://beewatch.readthedocs.io',
+    'url':'https://eeems.codes/digital/beewatch.git',
     'packages':[
         'beewatch',
         'beewatch.gui',