-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
64 lines (59 loc) · 1.81 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
59
60
61
62
63
64
[metadata]
name = currency-converter-free
version = 1.0.9
author = Unrealos Team
author_email = [email protected]
description = A robust and free currency converter module for Python, supporting multiple sources like ECB and CBR.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/markolofsen/currency-converter-free
project_urls =
Documentation = https://github.com/markolofsen/currency-converter-free#readme
Bug Tracker = https://github.com/markolofsen/currency-converter-free/issues
Source Code = https://github.com/markolofsen/currency-converter-free
Changelog = https://github.com/markolofsen/currency-converter-free/releases
keywords =
currency converter
python currency API
free currency rates
CBR
ECB
foreign exchange
money conversion
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Software Development :: Libraries
Topic :: Office/Business :: Financial :: Accounting
Topic :: Utilities
[options]
packages = find:
python_requires = >=3.7
install_requires =
requests>=2.25
diskcache>=5.4
cachetools>=5.0
[options.extras_require]
dev =
pytest>=7.0
unittest
flake8
black
isort
mypy
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[tool.pytest.ini_options]
addopts = --maxfail=3 --strict-markers --tb=short
testpaths = tests
[tool.flake8]
max-line-length = 88
exclude = .git,__pycache__,docs,build,dist