We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 008023e commit 4d46664Copy full SHA for 4d46664
setup.cfg
@@ -12,7 +12,9 @@ project_urls =
12
Bug Tracker = https://github.com/aiwizo/pytorch-datastream/issues
13
license = Apache-2
14
license_files = LICENSE
15
-platform = any
+platforms =
16
+ Linux
17
+ Darwin
18
classifier =
19
Development Status :: 3 - Alpha
20
Environment :: Other Environment
@@ -30,7 +32,12 @@ classifier =
30
32
Topic :: Software Development :: Libraries
31
33
Topic :: Software Development :: Libraries :: Python Modules
34
keywords =
- pytorch torch dataset dataloader machine learning
35
+ pytorch
36
+ torch
37
+ dataset
38
+ dataloader
39
+ machine
40
+ learning
41
42
[files]
43
packages =
0 commit comments