Skip to content

Commit d854689

Browse files
doc: update setup.cfg documentation
1 parent bbc5333 commit d854689

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

setup.cfg

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,31 @@ summary = Simple dataset to dataloader library for pytorch
66
description-file =
77
README.rst
88
description-content-type = text/x-rst; charset=UTF-8
9+
home-page = https://github.com/aiwizo/pytorch-datastream
910
project_urls =
10-
Source Code = https://github.com/aiwizo/pytorch-datastream/
11+
Source Code = https://github.com/aiwizo/pytorch-datastream
12+
Bug Tracker = https://github.com/aiwizo/pytorch-datastream/issues
1113
license = Apache-2
14+
license_files = LICENSE
15+
platform = any
1216
classifier =
1317
Development Status :: 3 - Alpha
1418
Environment :: Other Environment
1519
License :: OSI Approved :: Apache Software License
1620
Operating System :: OS Independent
1721
Programming Language :: Python :: 3
22+
Programming Language :: Python :: 3.6
23+
Programming Language :: Python :: 3.7
24+
Programming Language :: Python :: 3.8
25+
Intended Audience :: Developers
26+
Intended Audience :: Science/Research
27+
Topic :: Scientific/Engineering
28+
Topic :: Scientific/Engineering :: Artificial Intelligence
29+
Topic :: Software Development
30+
Topic :: Software Development :: Libraries
31+
Topic :: Software Development :: Libraries :: Python Modules
1832
keywords =
19-
pytorch
33+
pytorch torch dataset dataloader machine learning
2034

2135
[files]
2236
packages =

0 commit comments

Comments
 (0)