Skip to content

Commit bf6d80a

Browse files
committed
Add classifier for MacOS
Signed-off-by: Julien Jerphanion <[email protected]>
1 parent 10cce0b commit bf6d80a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ classifiers =
1010
Programming Language :: Python :: 3
1111
Operating System :: POSIX :: Linux
1212
Operating System :: Microsoft :: Windows
13+
Operating System :: MacOS
1314
Topic :: Database
1415
Topic :: Database :: Database Engines/Servers
1516
url = https://github.com/man-group/arcticdb
@@ -34,7 +35,7 @@ install_requires =
3435
# conda-forge's package and feedstock browser.
3536
#
3637
# See: https://conda-forge.org/feedstock-outputs/
37-
numpy
38+
numpy
3839
pandas
3940
attrs
4041
dataclasses ; python_version < '3.7'

0 commit comments

Comments
 (0)