-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
58 lines (52 loc) · 1.44 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
54
55
56
57
58
[metadata]
name = datarest
version = attr: datarest.version.__version__
author = Holger Joukl
author_email = [email protected]
description = Python low code data-driven REST-Tool
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/hjoukl/datarest
project_urls =
Bug Tracker = https://github.com/hjoukl/datarest/issues
Documentation = https://github.com/hjoukl/datarest
Source Code = https://github.com/hjoukl/datarest
keywords =
license = License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
classifiers =
Development Status :: 2 - Pre-Alpha
Operating System :: OS Independent
License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Programming Language :: Python
Programming Language :: Python :: 3 :: Only
[options]
packages = find:
package_dir =
= src
include_package_data = true
zip_safe = false
python_requires = >=3.7
install_requires =
async-exit-stack;python_version<'3.7'
async-generator;python_version<'3.7'
fastapi>=0.95.1
fastapi-crudrouter
frictionless>=5.10.2,<5.12
frictionless[sql]
frictionless[excel]
pyyaml
sqlalchemy
sqlmodel
typer
uvicorn
[options.extras_require]
jwt = python-jose
ldap = ldap3
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
datarest = datarest.cli:cli
[yapf]
indent_closing_brackets = true
#align_closing_bracket_with_visual_indent = true