-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
46 lines (44 loc) · 1.44 KB
/
setup.cfg
File metadata and controls
46 lines (44 loc) · 1.44 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
[metadata]
name = marzbanapilib
version = 0.2.0
author = Mohammad Rasol Esfandiari
author_email = mrasolesfandiari@gmail.com
description = A modern async Python client library for Marzban VPN panel API
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/DeepPythonist/marzbanapilib
project_urls =
Bug Tracker = https://github.com/DeepPythonist/marzbanapilib/issues
Documentation = https://github.com/DeepPythonist/marzbanapilib#readme
Source Code = https://github.com/DeepPythonist/marzbanapilib
license = MIT
license_files = LICENSE
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.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Internet :: WWW/HTTP
Topic :: Software Development :: Libraries :: Python Modules
Framework :: AsyncIO
keywords = marzban vpn api client async
[options]
packages = find:
python_requires = >=3.7
install_requires =
httpx>=0.24.0
pydantic>=2.0.0
aiofiles>=23.0.0
include_package_data = True
zip_safe = False
[options.packages.find]
where = .
include = marzbanapilib*
exclude = tests*