Skip to content

Commit cd9c47e

Browse files
committed
Update LICENSE to 2020
1 parent ddb2c46 commit cd9c47e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
The MIT License (MIT)
33

4-
Copyright (c) 2019 Yan QiDong
4+
Copyright (c) 2019~2020 Yan QiDong
55
Copyright (c) 2017 Roman Osipenko
66

77
Permission is hereby granted, free of charge, to any person obtaining a copy

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ or it will crash when running `pytest`.
2626
pip install pytest-yapf3
2727
```
2828

29+
Requires:
30+
31+
- Python 3.6 or above
32+
- Pytest 5.4 or above
33+
34+
If someone use this with Python 3.5 or Pytest less than 5.4, set `'pytest-yapf3<0.6.0'`.
35+
2936
## Usage
3037

3138
Modify `setup.cfg` (or `pytest.ini`):
@@ -110,7 +117,7 @@ you can use an unofficial badge to show off.
110117

111118
> The MIT License (MIT)
112119
>
113-
> Copyright (c) 2019 Yan QiDong
120+
> Copyright (c) 2019~2020 Yan QiDong
114121
115122
This repository is forked from [pytest-yapf] in 2019, which is [not maintained] since 2017.
116123
Besides extra features, the project structure is adjusted,

0 commit comments

Comments
 (0)