Skip to content

Commit c096f0b

Browse files
author
Roman
committed
reformat pyproject.toml
1 parent d1534d1 commit c096f0b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
[build-system]
2-
requires = ["setuptools"]
3-
build-backend = "setuptools.build_meta"
4-
51
[project]
62
name = "async-substrate-interface"
73
version = "1.0.0"
@@ -52,4 +48,8 @@ dev = ["pytest"]
5248
"Bug Reports" = "https://github.com/opentensor/async-substrate-interface/issues"
5349
"Source" = "https://github.com/opentensor/async-substrate-interface/"
5450

51+
[build-system]
52+
requires = ["setuptools"]
53+
build-backend = "setuptools.build_meta"
54+
5555
[tool.setuptools]

0 commit comments

Comments
 (0)