File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,16 @@ System requirements
24
24
+ `setuptools `_.
25
25
+ `pytest `_ 3.6.0 or newer.
26
26
27
+ Optional library packages:
28
+
29
+ + `setuptools_scm `_
30
+
31
+ The version number is managed using this package. All source
32
+ distributions add a static text file with the version number and
33
+ fall back using that if `setuptools_scm ` is not available. So this
34
+ package is only needed to build out of the plain development source
35
+ tree as cloned from GitHub.
36
+
27
37
28
38
Installation
29
39
------------
@@ -79,3 +89,4 @@ permissions and limitations under the License.
79
89
80
90
.. _setuptools : http://pypi.python.org/pypi/setuptools/
81
91
.. _pytest : http://pytest.org/
92
+ .. _setuptools_scm : https://github.com/pypa/setuptools_scm/
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ dev (not yet released)
7
7
8
8
Bug fixes and minor changes
9
9
+ Issue #34: failing test with pytest 4.2.0 and newer.
10
+ + Use setuptools_scm to manage the version number.
10
11
11
12
0.4 (2018-12-02)
12
13
Incompatible changes
You can’t perform that action at this time.
0 commit comments