File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ Changelog
77.. This document is user facing. Please word the changes in such a way
88.. that users understand how the changes affect the new version.
99
10+ version 0.2.0-dev
11+ -----------------
12+ + Fixed ``setup.py `` to list setuptools as a requirement.
13+ + Changed homepage to reflect move to pycompression organization.
14+
1015version 0.1.0
1116-----------------
1217+ Publish API documentation on readthedocs.
Original file line number Diff line number Diff line change 6464 ],
6565 python_requires = ">=3.6" ,
6666 setup_requires = ["cython" ],
67- install_requires = [],
67+ install_requires = ["setuptools" ],
6868 ext_modules = [
6969 Extension ("isal.isal_zlib" , ["src/isal/isal_zlib.pyx" ],
7070 libraries = ["isal" ], ** EXTENSION_OPTS ),
You can’t perform that action at this time.
0 commit comments