Skip to content

Commit

Permalink
Version 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomocaironi committed Jul 20, 2022
1 parent 110266e commit 7416612
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
# btclib_libsecp256k1
Simple python bindings to libsecp256k1
Simple python bindings to libsecp256k1. It is intended to be used with the [btclib](https://github.com/btclib-org/btclib) bitcoin library.

To install (and/or upgrade):

python -m pip install --upgrade btclib_libsecp256k1

Some development tools are required to develop and test btclib_libsecp256k1;
they can be installed with:

python -m pip install --upgrade -r requirements-dev.txt
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="btclib_libsecp256k1",
version="0.0.2",
version="0.1.0",
url="https://btclib.org",
project_urls={
"Download": "https://github.com/btclib-org/btclib_libsecp256k1/releases",
Expand All @@ -18,7 +18,7 @@
license="MIT",
author="Giacomo Caironi",
author_email="[email protected]",
description="Simple python bindins to libsecp256k1",
description="Simple python bindings to libsecp256k1",
long_description=open("README.md", "r", encoding="utf-8").read(),
long_description_content_type="text/markdown",
packages=find_packages(),
Expand Down

0 comments on commit 7416612

Please sign in to comment.