forked from BIG-MAP/FINALES2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
39 lines (36 loc) · 718 Bytes
/
Copy pathsetup.cfg
File metadata and controls
39 lines (36 loc) · 718 Bytes
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
# According to https://packaging.python.org/en/latest/tutorials/packaging-projects/
[metadata]
name = FINALES2
version = 1.1.0
description = This package provides functionalities of the FINALES server.
long_description = file: README.md
license = MIT
[options]
package_dir =
= src
packages = find:
install_requires =
bcrypt
click
fastapi
jose
jsonschema
jsonsubschema
numpy
passlib
pre-commit
pydantic
pytest
python_jose
python-multipart
requests
setuptools
sqlalchemy
sqlalchemy_utils
uvicorn
python_requires = >=3.9
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
finales = FINALES2.cli.main:finales_cli