Skip to content

Commit 5dcb329

Browse files
committed
0.2
1 parent c56ab74 commit 5dcb329

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@ def readme():
77
return f.read()
88

99
setup(name=_name,
10-
version='0.2-rc',
10+
version='0.2',
1111
zip_safe = False,
1212
description="LDAP client or proxy to multiple LDAP server",
1313
long_description=readme(),
1414
long_description_content_type="text/markdown",
1515
classifiers=['Development Status :: 5 - Production/Stable',
16-
'License :: OSI Approved :: BSD License',
17-
'Programming Language :: Python :: 2',
18-
'Programming Language :: Python :: 3'],
16+
'License :: OSI Approved :: BSD License',
17+
'Programming Language :: Python :: 2',
18+
'Programming Language :: Python :: 3'],
1919
url='https://github.com/peppelinux/{}'.format(_name),
2020
author='Giuseppe De Marco',
2121
author_email='[email protected]',
2222
license='BSD',
2323
scripts=['{}/multildapd.py'.format(_name)],
24-
packages=[_name],
24+
packages=[_name, 'multildap/satosa'],
2525
install_requires=['ldap3', 'gevent'],
2626
)

0 commit comments

Comments
 (0)