projects
/
h5config.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3922362
)
Add missing comma in setup.py.
author
W. Trevor King
<wking@drexel.edu>
Thu, 28 Jul 2011 16:05:20 +0000
(12:05 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Thu, 28 Jul 2011 16:05:20 +0000
(12:05 -0400)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 8519da64448c732a3087f8d089ed959d7ce94c4a..cc03ee0a90356a5f41f559291714b360f051674a 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-47,7
+47,7
@@
setup(name=package_name,
'Programming Language :: Python',
'Topic :: Scientific/Engineering',
'Topic :: Software Development :: Libraries :: Python Modules',
- ]
+ ]
,
packages=['h5config'],
provides=['{} ({})'.format(package_name, __version__)],
)