Skip to content

Commit

Permalink
Merge pull request #54 from Chia-Network/scm-zip-download-fix
Browse files Browse the repository at this point in the history
Fix problem with zip download.
  • Loading branch information
hoffmang9 authored Dec 14, 2019
2 parents fa6828e + 5cdb1b0 commit 5492bbf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
**Note** due to the use of `setuptools-scm`, you must clone the repo.
**Downloading the zip file provided by github will not work** as the `.git` metadata used to calculate the
version number is not present in the zip file.

# chia-blockchain
Python 3.7 is used for this project. Make sure your default python version is >=3.7 by typing python3.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
keywords="chia blockchain node",
install_requires=dependencies + dev_dependencies,
setup_requires=["setuptools_scm"],
use_scm_version=True,
use_scm_version={"fallback_version": "unknown-no-.git-directory"},
long_description=open("README.md").read(),
zip_safe=False,
)

0 comments on commit 5492bbf

Please sign in to comment.