Skip to content

Commit 98cc1ca

Browse files
Copilotrichardkiss
andcommitted
Update README to reflect Python 3.8+ requirement and include py.typed in MANIFEST.in
Co-authored-by: richardkiss <5336+richardkiss@users.noreply.github.com>
1 parent b6bd947 commit 98cc1ca

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
include CHANGES CREDITS LICENSE *.md *.txt
2+
include pycoin/py.typed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pycoin -- Python Cryptocoin Utilities
66
=====================================
77

88
The pycoin library implements many utilities useful when dealing with bitcoin and some bitcoin-like
9-
alt-coins. It has been tested with Python 2.7, 3.7-3.13.
9+
alt-coins. It requires Python 3.8 or higher.
1010

1111
See also [pycoinnet](http://github.com/richardkiss/pycoinnet/) for a library that speaks the bitcoin protocol.
1212

0 commit comments

Comments
 (0)