We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f315f7 commit 6cf7e7bCopy full SHA for 6cf7e7b
pyproject.toml
@@ -1,5 +1,8 @@
1
[build-system]
2
-requires = ["setuptools"]
+requires = [
3
+ "setuptools~=70.0.0",
4
+ "wheel"
5
+]
6
build-backend = "setuptools.build_meta"
7
8
[project]
setup.cfg
@@ -0,0 +1,9 @@
+[metadata]
+name = async-substrate-interface
+version = 1.0.0
+description = Asyncio library for interacting with substrate. Mostly API-compatible with py-substrate-interface
+author = Opentensor Foundation
+author_email = benhimes@opentensor.dev
+license = MIT
+long_description = file: README.md
9
+long_description_content_type = text/markdown
0 commit comments