Browse Source

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

digital 7 years ago
parent
commit
05d87b848f
2 changed files with 2 additions and 2 deletions
  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',