File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 1.0.4 / 2018-12-30
4
+ - Fix a bug that requirements.txt is not found during package installation.
5
+ - [ #44 ] ( https://github.com/kyuridenamida/atcoder-tools/pull/44 ) Implement more parameters for the test script (See PR for details)
6
+
7
+
3
8
## 1.0.3 / 2018-12-27
4
9
- [ #41 ] ( https://github.com/kyuridenamida/atcoder-tools/pull/41 ) Cleaner input code generation ([ Difference] ( https://github.com/kyuridenamida/atcoder-tools/commit/34cc603a73c3d455fe95f0fa7669f791c207f927#diff-a7157845521bbb208641f228d4f55aa9 ) )
5
10
Original file line number Diff line number Diff line change 1
- recursive-include atcodertools/tools/templates/ *
1
+ recursive-include atcodertools/tools/templates/ *
2
+ include requirements.txt
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ def _requires_from_file(filename):
18
18
19
19
setup (
20
20
name = "atcoder-tools" ,
21
- version = "1.0.3 " ,
21
+ version = "1.0.4 " ,
22
22
description = "Convenient modules & tools for AtCoder users, written in Python 3.5" ,
23
23
url = 'https://github.com/kyuridenamida/atcoder-tools' ,
24
24
author = 'kyuridenamida' ,
You can’t perform that action at this time.
0 commit comments