File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 14
14
:target: https://github.com/LUMC/isal/blob/main/LICENSE
15
15
:alt:
16
16
17
+ .. image :: https://img.shields.io/conda/pn/conda-forge/python-isal.svg
18
+ :alt:
19
+
17
20
.. image :: https://travis-ci.com/pycompression/python-isal.svg?branch=develop
18
21
:target: https://travis-ci.com/github/pycompression/python-isal
19
22
:alt:
Original file line number Diff line number Diff line change @@ -184,7 +184,8 @@ def build_isa_l():
184
184
"Topic :: System :: Archiving :: Compression" ,
185
185
"License :: OSI Approved :: MIT License" ,
186
186
"Operating System :: POSIX :: Linux" ,
187
- "Operating System :: MacOS"
187
+ "Operating System :: MacOS" ,
188
+ "Operating System :: Microsoft :: Windows" ,
188
189
],
189
190
python_requires = ">=3.6" ,
190
191
ext_modules = MODULES
You can’t perform that action at this time.
0 commit comments