-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
53 lines (50 loc) · 1.33 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
49
50
51
52
53
[metadata]
name = foliolib
url = https://github.com/tobi-weber/foliolib
description = Okapi/Folio Manager and Library
long_description = file: README.rst
long_description_content_type = text/x-rst
author = Tobias Weber
author_email = [email protected]
license = GPL-3.0 License
version = attr: foliolib.__version__.__version__
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Developers
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
python_requires = ">=3.6"
[options]
packages =
foliolib
foliolib/cli
foliolib/cli/admin
foliolib/cli/folio
foliolib/folio
foliolib/folio/api
foliolib/folio/api_deprecated
foliolib/helper
foliolib/okapi
foliolib/apiBuilder
foliolib/apiBuilder/raml
foliolib/apiBuilder/oas
install_requires =
PyYAML>=6.0.1
inflection>=0.3.1
#psycopg2>=2.8.5
python_magic>=0.4.27
requests>=2.31.0
lxml>=5.1.0
click>=8.1.3
tabulate>=0.8.10
kubernetes>=22.6.0
setup_requires =
setuptools
[options.entry_points]
console_scripts =
foliolib = foliolib.cli:cli