-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpyproject.toml
More file actions
47 lines (41 loc) · 1.31 KB
/
pyproject.toml
File metadata and controls
47 lines (41 loc) · 1.31 KB
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
[project]
name = "pyfva"
version = "0.0.45"
description = "Cliente para conectar instituciones con BCCR FVA."
keywords = ["firma", "digital", "gaudi"]
readme = "README.rst"
license = "GPL-3.0-or-later"
requires-python = ">=3.11"
dependencies = [
"pytz>=2025.2",
"requests>=2.31.0",
]
authors = [
{name = "Luis Zárate", email = "luis.zarate@solvosoft.com"},
]
maintainers = [
{name = "Luis Zárate", email = "luis.zarate@solvosoft.com"},
]
classifiers = [
# How mature is this project? Common values are
# 3 - Alpha
# 4 - Beta
# 5 - Production/Stable
"Development Status :: 5 - Production/Stable",
# Indicate who your project is intended for
"Intended Audience :: Developers",
"Topic :: Software Development :: Build Tools",
# Specify the Python versions you support here.
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]
[project.optional-dependencies]
soap=["soapfish2>=0.7.2",]
[project.urls]
Homepage = "https://github.com/Solvosoft/pyfva"
Documentation = "https://pyfva.readthedocs.org"
Repository = "https://github.com/Solvosoft/pyfva.git"
Issues = "https://github.com/Solvosoft/pyfva/issues"
Changelog = "https://github.com/Solvosoft/pyfva/blob/master/CHANGELOG.md"