Skip to content

Commit 8dc90ff

Browse files
committed
Update README and changelog.
1 parent 88a2c48 commit 8dc90ff

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

README.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,16 @@ System requirements
2424
+ `setuptools`_.
2525
+ `pytest`_ 3.6.0 or newer.
2626

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+
2737

2838
Installation
2939
------------
@@ -79,3 +89,4 @@ permissions and limitations under the License.
7989

8090
.. _setuptools: http://pypi.python.org/pypi/setuptools/
8191
.. _pytest: http://pytest.org/
92+
.. _setuptools_scm: https://github.com/pypa/setuptools_scm/

doc/src/changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ dev (not yet released)
77

88
Bug fixes and minor changes
99
+ Issue #34: failing test with pytest 4.2.0 and newer.
10+
+ Use setuptools_scm to manage the version number.
1011

1112
0.4 (2018-12-02)
1213
Incompatible changes

0 commit comments

Comments
 (0)