File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,8 @@ installation options check the `documentation
102
102
python-isal as a dependency in your project
103
103
-------------------------------------------
104
104
105
+ .. dependency start
106
+
105
107
Python-isal supports a limited amount of platforms for which wheels have been
106
108
made available. To prevent your users from running into issues when installing
107
109
your project please list a python-isal dependency as follows.
@@ -118,6 +120,8 @@ your project please list a python-isal dependency as follows.
118
120
"(platform.machine == 'x86_64' or platform.machine == 'AMD64')": ['isal']
119
121
},
120
122
123
+ .. dependency end
124
+
121
125
Differences with zlib and gzip modules
122
126
--------------------------------------
123
127
Original file line number Diff line number Diff line change @@ -84,6 +84,15 @@ it is available on conda-forge.
84
84
85
85
.. _differences-with-zlib-and-gzip-modules :
86
86
87
+ ===========================================
88
+ python-isal as a dependency in your project
89
+ ===========================================
90
+
91
+ .. include :: includes/README.rst
92
+ :start-after: .. dependency start
93
+ :end-before: .. dependency end
94
+
95
+
87
96
======================================
88
97
Differences with zlib and gzip modules
89
98
======================================
You can’t perform that action at this time.
0 commit comments