Skip to content

Commit 8133c65

Browse files
author
Ivan Dlugos
committed
mention windows support in the readme; add MacOS classifier to setup.py
1 parent 00545ae commit 8133c65

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ ObjectBox is a superfast database for objects, now also available for Python wit
99
* Linux ARMv6hf (e.g. Raspberry PI Zero)
1010
* Linux ARMv7hf (e.g. Raspberry PI 3)
1111
* MacOS 64-bit
12+
* Windows 64-bit
1213

1314
Getting started
1415
---------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"Programming Language :: C++",
2828

2929
'Operating System :: POSIX :: Linux',
30-
# 'Operating System :: MacOS',
30+
'Operating System :: MacOS',
3131
'Operating System :: Microsoft :: Windows',
3232

3333
"Topic :: Database",

0 commit comments

Comments
 (0)