Skip to content

Commit 9adb6e3

Browse files
committed
Add windows to classifiers, add platform badge
1 parent 77e1922 commit 9adb6e3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
:target: https://github.com/LUMC/isal/blob/main/LICENSE
1515
:alt:
1616

17+
.. image:: https://img.shields.io/conda/pn/conda-forge/python-isal.svg
18+
:alt:
19+
1720
.. image:: https://travis-ci.com/pycompression/python-isal.svg?branch=develop
1821
:target: https://travis-ci.com/github/pycompression/python-isal
1922
:alt:

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,8 @@ def build_isa_l():
184184
"Topic :: System :: Archiving :: Compression",
185185
"License :: OSI Approved :: MIT License",
186186
"Operating System :: POSIX :: Linux",
187-
"Operating System :: MacOS"
187+
"Operating System :: MacOS",
188+
"Operating System :: Microsoft :: Windows",
188189
],
189190
python_requires=">=3.6",
190191
ext_modules=MODULES

0 commit comments

Comments
 (0)