-
Notifications
You must be signed in to change notification settings - Fork 2
/
setup.cfg
39 lines (35 loc) · 1015 Bytes
/
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
[metadata]
name = bamboo_ipa_sync
description = Tool to synchronise FreeIPA with BambooHR
long_description = file: README.rst
author = Peter Pakos
author-email = [email protected]
url = https://github.com/peterpakos/bamboo_ipa_sync
keywords = python template
classifiers =
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Topic :: System :: Systems Administration :: Authentication/Directory :: LDAP
[options]
include_package_data = True
packages = bamboo_ipa_sync
install_requires =
pplogger
ppipa
ppmail
ppconfig
ppbamboo
tzlocal
prettytable
[options.entry_points]
console_scripts =
bamboo_ipa_sync = bamboo_ipa_sync.bamboo_ipa_sync:main
[bdist_wheel]
universal = 1
[aliases]
package = clean --all egg_info bdist_wheel sdist