Skip to content

Commit

Permalink
Fix no-binary installation and PEP 561 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout committed Sep 29, 2024
1 parent f676638 commit 49bdfd9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file added scalecodec/py.typed
Empty file.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

version = environ['GITHUB_REF'].replace('refs/tags/v', '')
else:
raise ValueError('Missing commit tag, can\'t set version')
version = '0.0.0'

here = path.abspath(path.dirname(__file__))

Expand Down

0 comments on commit 49bdfd9

Please sign in to comment.