mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Update setup.py
This commit is contained in:
parent
98dc336638
commit
eb0c0a39ad
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -30,8 +30,8 @@ if "install" in sys.argv:
|
||||||
f.write(package)
|
f.write(package)
|
||||||
|
|
||||||
# Create needed directories
|
# Create needed directories
|
||||||
#mkpath(libdir, mode=0755, verbose=1)
|
mkpath(libdir, mode=0755, verbose=1)
|
||||||
#mkpath(os.path.join(datadir, 'actionsmap'), mode=0755, verbose=1)
|
mkpath(os.path.join(datadir, 'actionsmap'), mode=0755, verbose=1)
|
||||||
|
|
||||||
|
|
||||||
setup(name='Moulinette',
|
setup(name='Moulinette',
|
||||||
|
|
Loading…
Reference in a new issue