PlantBrowseOrchard
Connecting...

Plant ideas. Watch them grow.

Plant ideas. Watch them grow.

Whitepaper·How to buy·Privacy·Terms
DexPump

© 2026 PNL

·

No. 139

·

built on Solana

back to the code overview

github.com/fthrvi/nakshatra

pyproject.toml

19 lines · 333 b · toml

github raw
1[build-system]
2requires = [
3 "setuptools>=42",
4 "wheel"
5]
6build-backend = "setuptools.build_meta"
7
8[tool.black]
9line-length = 120
10required-version = "22.3.0"
11
12[tool.isort]
13profile = "black"
14line_length = 120
15combine_as_imports = true
16combine_star = true
17known_local_folder = ["tests", "cli"]
18known_first_party = ["test_utils"]
19