Skip to content

pythcoiner/BitcoinRpcClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build package

build is needed to build the package, you can install it with:

pip install build

Then for build the package just run:

python3 -m build

packages will be in dist/ folder

upload on pypi

Just run:

python3 -m twine upload dist/*

If you want to upload on the test repository of pypi:

python3 -m twine  upload --repository testpypi dist/*

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages