diff options
| author | morefigs <morefigs@gmail.com> | 2019-01-30 16:03:06 +1100 |
|---|---|---|
| committer | morefigs <morefigs@gmail.com> | 2019-01-30 16:03:06 +1100 |
| commit | 4b960dc83a50690158ba6de626de88f8148883d6 (patch) | |
| tree | a1b31699bebc9358e4a7fd333f32251525f07d04 | |
| parent | 3915eff02c414ad13c065cf7536be95063fa7673 (diff) | |
| download | pymba-4b960dc83a50690158ba6de626de88f8148883d6.tar.gz pymba-4b960dc83a50690158ba6de626de88f8148883d6.zip | |
lowercase for pip name
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ from setuptools import setup from pymba import PYMBA_VERSION -setup(name='Pymba', +setup(name='pymba', version=PYMBA_VERSION, description="Pymba is a Python wrapper for Allied Vision's Vimba C API.", long_description="Pymba is a Python wrapper for Allied Vision's Vimba C API. It wraps the VimbaC library file " |
