projects
/
invirt/packages/invirt-images.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a8d867
)
Normalize setup.py
2to3
author
Ben Steffen
<bds@mit.edu>
Sat, 7 Dec 2019 21:52:21 +0000
(16:52 -0500)
committer
Ben Steffen
<bds@mit.edu>
Sat, 7 Dec 2019 21:52:21 +0000
(16:52 -0500)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index
d8a18a9
..
b714e83
100755
(executable)
--- a/
setup.py
+++ b/
setup.py
@@
-17,7
+17,7
@@
setup(
name='invirt-images',
version=version,
maintainer=maintainer,
- maintainer_email=maintainer_full,
+ maintainer_email=maintainer_email,
scripts=glob('scripts/*')
)