File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 1- ** Note** due to the use of ` setuptools-scm ` , you must clone the repo.
2- ** Downloading the zip file provided by github will not work** as the ` .git ` metadata used to calculate the
3- version number is not present in the zip file.
4-
51# chia-blockchain
62Python 3.7 is used for this project. Make sure your default python version is >=3.7 by typing python3.
73
Original file line number Diff line number Diff line change 2222 keywords = "chia blockchain node" ,
2323 install_requires = dependencies + dev_dependencies ,
2424 setup_requires = ["setuptools_scm" ],
25- use_scm_version = True ,
25+ use_scm_version = { "fallback_version" : "unknown-no-.git-directory" } ,
2626 long_description = open ("README.md" ).read (),
2727 zip_safe = False ,
2828)
You can’t perform that action at this time.
0 commit comments