The package_dir is useless when the directory name is the package name
* setup.py: Remove package_dir.
This commit is contained in:
parent
45ff59aea2
commit
929ca66bd7
1 changed files with 0 additions and 1 deletions
1
setup.py
1
setup.py
|
@ -9,6 +9,5 @@ setup(
|
|||
version='1.0',
|
||||
description='configuration management tool',
|
||||
url='http://labs.libre-entreprise.org/projects/tiramisu',
|
||||
package_dir = {'tiramisu':'tiramisu'},
|
||||
packages=['tiramisu']
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue