-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathsetup.cfg
48 lines (45 loc) · 1.02 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
[metadata]
name = xian
version = attr: abci.__version__
description = Python based ABCI Server for Tendermint
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/XianChain/xian
author = Xian Core Team
license = Apache 2.0
license_file = LICENSE
platforms = unix, linux, osx, cygwin, win32
classifiers=
Development Status :: 3 - Alpha
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Programming Language :: Python :: 3.11
keywords = blockchain, tendermint, abci, python
project_urls =
Source = https://github.com/XianChain/xian
[options]
packages = find:
package_dir =
= src
include_package_data = true
python_requires = ~=3.11.0
install_requires =
protobuf == 3.20.3
colorlog >= 3.1.4
certifi >= 2022.12.7
pyflakes
toml
pynacl
requests
xian-py
loguru
urwid
asyncpg
parameterized
[options.packages.find]
where = src
[options.extras_require]
dev =
twine
black
build