mirror of
https://github.com/kakwa/ldapcherry
synced 2025-07-03 03:47:35 +02:00
put version in standalone file
this way, it avoids error due to missing imports
This commit is contained in:
parent
e7998ced78
commit
f357adcd9a
5 changed files with 11 additions and 5 deletions
2
setup.py
2
setup.py
|
@ -17,7 +17,7 @@ data_dir = os.path.join(datarootdir, 'ldapcherry')
|
|||
config_dir = os.path.join(sysconfdir, 'ldapcherry')
|
||||
small_description = 'A simple web application to manage Ldap entries'
|
||||
|
||||
from ldapcherry import version
|
||||
from ldapcherry.version import version
|
||||
|
||||
# change requirements according to python version
|
||||
if sys.version_info[0] == 2:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue