Skip to content

Commit 6cf7e7b

Browse files
author
Roman
committed
add setup.cfg
1 parent 2f315f7 commit 6cf7e7b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
[build-system]
2-
requires = ["setuptools"]
2+
requires = [
3+
"setuptools~=70.0.0",
4+
"wheel"
5+
]
36
build-backend = "setuptools.build_meta"
47

58
[project]

setup.cfg

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[metadata]
2+
name = async-substrate-interface
3+
version = 1.0.0
4+
description = Asyncio library for interacting with substrate. Mostly API-compatible with py-substrate-interface
5+
author = Opentensor Foundation
6+
author_email = benhimes@opentensor.dev
7+
license = MIT
8+
long_description = file: README.md
9+
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)