File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Latest changes
4
4
5
+ ## 1.14.0.1
6
+
7
+ Don't install a separate tests package, but include tests in source tarball
8
+
5
9
## 1.14.0.0
6
10
7
11
Electrums upgrade
Original file line number Diff line number Diff line change
1
+ include CONTRIBUTING.md
2
+ include CHANGELOG.md
3
+ include LICENSE
4
+ include README.md
5
+
6
+ recursive-include tests *
7
+ recursive-exclude * __pycache__
8
+ recursive-exclude * *.py[co]
Original file line number Diff line number Diff line change 2
2
3
3
setup (
4
4
name = "bitcart" ,
5
- packages = find_packages (),
6
- version = "1.14.0.0 " ,
5
+ packages = find_packages (exclude = [ "tests" , "tests.*" ] ),
6
+ version = "1.14.0.1 " ,
7
7
license = "MIT" ,
8
8
description = "Bitcart coins support library" ,
9
9
long_description = open ("README.md" ).read (),
You can’t perform that action at this time.
0 commit comments