projects
/
tools
/
python-jenkinsapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ae5a09
)
Fixup setup.py
author
Ramon van Alteren
<ramon@vanalteren.nl>
Thu, 5 Jan 2012 15:47:42 +0000
(16:47 +0100)
committer
Ramon van Alteren
<ramon@vanalteren.nl>
Thu, 5 Jan 2012 15:47:42 +0000
(16:47 +0100)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 72361ef7c29aab7e030aae8a477fbfc9df658b02..0e69088a18ea37d75211fff4d54761f557e8c05c 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-9,8
+9,7
@@
setup(name='jenkinsapi',
description='A Python API for accessing resources on a Jenkins continuous-integration server.',
author="Ramon van Alteren",
author_email='ramon@vanalteren.nl',
- package_dir = {'':'jenkinsapi'},
- packages=find_packages('jenkinsapi'),
+ packages=find_packages('.'),
zip_safe=True,
include_package_data = False,
entry_points = GLOBAL_ENTRY_POINTS,