projects
/
pyafm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e341365
)
Update setup.py to reflect the fact that we're no longer a single module.
author
W. Trevor King
<wking@drexel.edu>
Tue, 27 Sep 2011 19:40:40 +0000
(15:40 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Tue, 27 Sep 2011 19:40:40 +0000
(15:40 -0400)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 9b80e1e89736421c609459890001a0473b76a5d3..f2e006e116758af6102d12b423e90ce0858e5ebe 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-33,7
+33,7
@@
setup(name=package_name,
description=__doc__,
long_description=open('README', 'r').read(),
classifiers=filter(None, classifiers.split('\n')),
- p
y_modul
es=['pyafm'],
+ p
ackag
es=['pyafm'],
provides=['pyafm (%s)' % __version__],
requires=['pypiezo (>= 0.4)'],
)