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
7
7
.. This document is user facing. Please word the changes in such a way
8
8
.. that users understand how the changes affect the new version.
9
9
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
+
10
15
version 0.1.0
11
16
-----------------
12
17
+ Publish API documentation on readthedocs.
Original file line number Diff line number Diff line change 64
64
],
65
65
python_requires = ">=3.6" ,
66
66
setup_requires = ["cython" ],
67
- install_requires = [],
67
+ install_requires = ["setuptools" ],
68
68
ext_modules = [
69
69
Extension ("isal.isal_zlib" , ["src/isal/isal_zlib.pyx" ],
70
70
libraries = ["isal" ], ** EXTENSION_OPTS ),
You can’t perform that action at this time.
0 commit comments