Skip to content

Commit 583e982

Browse files
Update python package classifiers and remove Private
1 parent 1882b0b commit 583e982

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

setup.cfg

+6-4
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,25 @@ name = ds_pycontain
33
# do not change version by hand: use bump_version.sh
44
version = file: src/ds_pycontain/VERSION
55
description = "deepsense.ai wrapper around docker python API"
6+
long_description = file: DESCRIPTION.md
7+
long_description_content_type = text/markdown
68
author = deepsense.ai
79
author_email = contact@deepsense.ai
810
license = MIT License (MIT)
911
license_files = LICENSE
1012
classifiers =
11-
Development Status :: 1 - Planning
12-
Environment :: Console
13-
Intended Audience :: Science/Research
13+
Development Status :: 3 - Alpha
14+
Intended Audience :: Developers
1415
License :: MIT License (MIT)
1516
Natural Language :: English
17+
License :: OSI Approved :: MIT License
1618
Operating System :: Independent
19+
Programming Language :: Python :: 3 :: Only
1720
Programming Language :: Python :: 3.8
1821
Programming Language :: Python :: 3.9
1922
Programming Language :: Python :: 3.10
2023
Programming Language :: Python :: 3.11
2124
Programming Language :: Python :: 3.12
22-
Private :: Do Not Upload
2325

2426
[options]
2527
package_dir=

0 commit comments

Comments
 (0)