Browse Source

use khandy instead of KHandy somewhere

quarrying 3 years ago
parent
commit
001ce4270f
2 changed files with 3 additions and 3 deletions
  1. 2 2
      README.md
  2. 1 1
      setup.py

+ 2 - 2
README.md

@@ -4,8 +4,8 @@ Handy Utilities for Computer Vision
 
 ## Installation
 ```
-git clone https://github.com/quarrying/KHandy.git
-cd KHandy
+git clone https://github.com/quarrying/khandy.git
+cd khandy
 pip install -e .
 ```
 

+ 1 - 1
setup.py

@@ -4,7 +4,7 @@ from setuptools import find_packages, setup
 install_requires = ['numpy>=1.11.1', 'opencv-python', 'pillow']
 
 setup(
-    name='KHandy',
+    name='khandy',
     version='0.1.5',
     description='Handy Utilities for Computer Vision',
     long_description='Handy Utilities for Computer Vision',