Closed hukkin closed 4 years ago
LGTM! Does anything need to change in the way this is packaged to include the type information or would that all be handled be setuptools?
All should be handled by setuptools. So a just a regular python3 setup.py sdist && twine upload dist/*
for instance should successfully push a build with type data to PyPI.
Great! I'll probably look into cutting a 2.0.0 then :tada:
Note that I had to place
base58.py
in a package. Quoting https://www.python.org/dev/peps/pep-0561/ :