Skip to content

Commit 4d46664

Browse files
fix: set correct supported platforms
1 parent 008023e commit 4d46664

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

setup.cfg

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ project_urls =
1212
Bug Tracker = https://github.com/aiwizo/pytorch-datastream/issues
1313
license = Apache-2
1414
license_files = LICENSE
15-
platform = any
15+
platforms =
16+
Linux
17+
Darwin
1618
classifier =
1719
Development Status :: 3 - Alpha
1820
Environment :: Other Environment
@@ -30,7 +32,12 @@ classifier =
3032
Topic :: Software Development :: Libraries
3133
Topic :: Software Development :: Libraries :: Python Modules
3234
keywords =
33-
pytorch torch dataset dataloader machine learning
35+
pytorch
36+
torch
37+
dataset
38+
dataloader
39+
machine
40+
learning
3441

3542
[files]
3643
packages =

0 commit comments

Comments
 (0)