mirror of
https://github.com/kakwa/ldapcherry
synced 2025-07-03 03:47:35 +02:00
changelog + version bump + factorize version
This commit is contained in:
parent
2e2453f309
commit
8270988ed4
4 changed files with 13 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -17,6 +17,8 @@ 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
|
||||
|
||||
# change requirements according to python version
|
||||
if sys.version_info[0] == 2:
|
||||
install_requires = [
|
||||
|
@ -108,7 +110,7 @@ if as_option_root() or not os.path.exists(
|
|||
setup(
|
||||
name='ldapcherry',
|
||||
zip_safe=False,
|
||||
version='0.5.0',
|
||||
version=version,
|
||||
author='Pierre-Francois Carpentier',
|
||||
author_email='carpentier.pf@gmail.com',
|
||||
packages=[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue