mirror of
https://github.com/kakwa/ldapcherry
synced 2025-07-03 03:47:35 +02:00
remove trailing spaces
This commit is contained in:
parent
98cbeb9af5
commit
df88f2f266
10 changed files with 69 additions and 69 deletions
6
setup.py
6
setup.py
|
@ -35,7 +35,7 @@ try:
|
|||
f.close()
|
||||
except IOError:
|
||||
description = small_description
|
||||
|
||||
|
||||
try:
|
||||
license = open('LICENSE').read()
|
||||
except IOError:
|
||||
|
@ -74,7 +74,7 @@ def get_list_files(basedir, targetdir):
|
|||
return return_list
|
||||
|
||||
# add static files and templates in the list of thing to deploy
|
||||
resources_files = get_list_files('resources',
|
||||
resources_files = get_list_files('resources',
|
||||
os.path.join(datarootdir, 'share', 'ldapcherry'))
|
||||
|
||||
# add the configuration files if they don't exist
|
||||
|
@ -95,7 +95,7 @@ setup(
|
|||
scripts = ['scripts/ldapcherryd'],
|
||||
url = 'https://github.com/kakwa/ldapcherry',
|
||||
license = license,
|
||||
description = small_description,
|
||||
description = small_description,
|
||||
long_description = description,
|
||||
install_requires = install_requires,
|
||||
tests_require = ['pytest'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue