Skip to content

Commit

Permalink
0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
peppelinux committed Mar 26, 2020
1 parent c56ab74 commit 5dcb329
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@ def readme():
return f.read()

setup(name=_name,
version='0.2-rc',
version='0.2',
zip_safe = False,
description="LDAP client or proxy to multiple LDAP server",
long_description=readme(),
long_description_content_type="text/markdown",
classifiers=['Development Status :: 5 - Production/Stable',
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3'],
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3'],
url='https://github.com/peppelinux/{}'.format(_name),
author='Giuseppe De Marco',
author_email='giuseppe.demarco@unical.it',
license='BSD',
scripts=['{}/multildapd.py'.format(_name)],
packages=[_name],
packages=[_name, 'multildap/satosa'],
install_requires=['ldap3', 'gevent'],
)

0 comments on commit 5dcb329

Please sign in to comment.