summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAndy Grover <agrover@redhat.com>2013-03-27 16:39:22 -0700
committerAndy Grover <agrover@redhat.com>2013-03-27 16:39:22 -0700
commit6e2e4dfd800a55f14a86a1ddc03b809c98f0a462 (patch)
tree649944d175682ffb9a2ec9446013692bcd80fa75 /setup.py
parent8483bcaf34f0090b0a10f6bb1de617484a211069 (diff)
downloadrtslib-fb-6e2e4dfd800a55f14a86a1ddc03b809c98f0a462.tar.gz
Fix PyPi version to be compliantv2.1.fb31
see https://github.com/agrover/rtslib-fb/issues/22 We can't use fb* in the name I guess, so change the name of the package to rtslib-fb and use a more normal version. Signed-off-by: Andy Grover <agrover@redhat.com>
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 1ca1d5a..ecf34a2 100755
--- a/setup.py
+++ b/setup.py
@@ -21,8 +21,8 @@ from distutils.core import setup
import rtslib
setup (
- name = 'rtslib',
- version = '2.1.fb30',
+ name = 'rtslib-fb',
+ version = '2.1.31',
description = 'API for Linux kernel SCSI target (aka LIO)',
license='AGPLv3',
maintainer='Andy Grover',