-
Notifications
You must be signed in to change notification settings - Fork 10
/
setup.cfg
43 lines (40 loc) · 1.25 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
[metadata]
name = lago-python-client
version = attr: lago_python_client.version.LAGO_VERSION
author = Lovro Colic
author_email = [email protected]
description = Lago Python API Client
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/getlago/lago-python-client
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Software Development
[options]
package_dir =
= .
packages = find:
python_requires = >3.6
install_requires =
classes~=0.4.1 # bugfix auto updates allowed
httpx>=0.24.0,<1.0.0 # minor auto updates allowed
orjson~=3.8 # minor auto updates allowed
pydantic>=1.10,<3 # minor auto updates allowed
typeguard~=3.0.2 # bugfix auto updates allowed
[options.extras_require]
test =
mypy==0.971
pytest
pytest_httpx
[options.package_data]
* = py.typed