summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Dewender <github@JonnyJD.net>2015-05-26 22:41:54 +0200
committerJohannes Dewender <github@JonnyJD.net>2015-05-26 22:41:54 +0200
commit53b9e3e7da9da9a797d0b9c0b07bf869dcc7d1bf (patch)
treeecdc20c8a45e1128bb94226aa7b0ab37e4917612
parentf0d8cc31d2a4b679a68f760a61cd29dbc4872c2d (diff)
downloadrtslib-fb-53b9e3e7da9da9a797d0b9c0b07bf869dcc7d1bf.tar.gz
fix a syntax error in setup.py
Signed-off-by: Johannes Dewender <github@JonnyJD.net>
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 442ac06..fcbae40 100755
--- a/setup.py
+++ b/setup.py
@@ -28,7 +28,7 @@ setup (
url = 'http://github.com/agrover/rtslib-fb',
packages = ['rtslib_fb', 'rtslib'],
scripts = ['scripts/targetctl'],
- "classifiers": [
+ classifiers = [
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache Software License",