File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,20 +7,20 @@ def readme():
7
7
return f .read ()
8
8
9
9
setup (name = _name ,
10
- version = '0.2-rc ' ,
10
+ version = '0.2' ,
11
11
zip_safe = False ,
12
12
description = "LDAP client or proxy to multiple LDAP server" ,
13
13
long_description = readme (),
14
14
long_description_content_type = "text/markdown" ,
15
15
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' ],
19
19
url = 'https://github.com/peppelinux/{}' .format (_name ),
20
20
author = 'Giuseppe De Marco' ,
21
21
22
22
license = 'BSD' ,
23
23
scripts = ['{}/multildapd.py' .format (_name )],
24
- packages = [_name ],
24
+ packages = [_name , 'multildap/satosa' ],
25
25
install_requires = ['ldap3' , 'gevent' ],
26
26
)
You can’t perform that action at this time.
0 commit comments