-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
49 lines (42 loc) · 1.25 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[metadata]
name = jpl.edrn.ldap.sync
version = file: src/jpl/edrn/ldap/sync/VERSION.txt
author = Sean Kelly
author_email = kelly@seankelly.biz
description = LDAP utilities for the Early Detection Research Network Directory
long_description = file: README.md
long_description_content_type = text/markdown
license = apache-2.0
keywords = ldap directory cancer
url = https://github.com/EDRN/jpl.edrn.ldap.sync
classifiers =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Healthcare Industry
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python :: 3
Topic :: Scientific/Engineering :: Bio-Informatics
[options]
zip_safe = True
include_package_data = True
python_requires = >= 3.7
packages = find:
package_dir =
= src
install_requires =
python-ldap ~= 3.3.1
rdflib ~= 6.2.0
namespace_packages =
jpl
jpl.edrn
jpl.edrn.ldap
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
all-edrn-sync = jpl.edrn.ldap.sync.allgroup:main
usersync = jpl.edrn.ldap.sync.usersync:main
groupsync = jpl.edrn.ldap.sync.groupsync:main
cryptpasswords = jpl.edrn.ldap.sync.crypt:main