File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -3,23 +3,25 @@ name = ds_pycontain
3
3
# do not change version by hand: use bump_version.sh
4
4
version = file: src/ds_pycontain/VERSION
5
5
description = " deepsense.ai wrapper around docker python API"
6
+ long_description = file: DESCRIPTION.md
7
+ long_description_content_type = text/markdown
6
8
author = deepsense.ai
7
9
author_email = contact@deepsense.ai
8
10
license = MIT License (MIT)
9
11
license_files = LICENSE
10
12
classifiers =
11
- Development Status :: 1 - Planning
12
- Environment :: Console
13
- Intended Audience :: Science/Research
13
+ Development Status :: 3 - Alpha
14
+ Intended Audience :: Developers
14
15
License :: MIT License (MIT)
15
16
Natural Language :: English
17
+ License :: OSI Approved :: MIT License
16
18
Operating System :: Independent
19
+ Programming Language :: Python :: 3 :: Only
17
20
Programming Language :: Python :: 3.8
18
21
Programming Language :: Python :: 3.9
19
22
Programming Language :: Python :: 3.10
20
23
Programming Language :: Python :: 3.11
21
24
Programming Language :: Python :: 3.12
22
- Private :: Do Not Upload
23
25
24
26
[options]
25
27
package_dir =
You can’t perform that action at this time.
0 commit comments