We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a189a3d commit 4912a4cCopy full SHA for 4912a4c
CHANGELOG.rst
@@ -11,6 +11,7 @@ version develop
11
-----------------
12
+ Python 3.8 is no longer supported.
13
+ Switched to setuptools-scm for building the package rather than versioningit.
14
++ Test files are added to the source distribution.
15
16
version 0.5.1
17
MANIFEST.in
@@ -1,9 +1,7 @@
1
graft src/zlib_ng/zlib-ng
2
-prune tests
3
prune docs
4
prune benchmark_scripts
5
prune .github
6
-exclude tox.ini
7
exclude requirements-docs.txt
8
exclude codecov.yml
9
exclude .readthedocs.yml
0 commit comments