Skip to content

Commit 18b55f5

Browse files
committed
Added setuptools as an installation requirement
1 parent 1130fff commit 18b55f5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
1015
version 0.1.0
1116
-----------------
1217
+ Publish API documentation on readthedocs.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
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),

0 commit comments

Comments
 (0)