From 583e98219aca3b694651b0dee8bc2cea3003f5a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Gr=C3=B3dek?= Date: Fri, 3 Nov 2023 14:51:57 +0100 Subject: [PATCH] Update python package classifiers and remove Private --- setup.cfg | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index 50b9a06..dad621d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,23 +3,25 @@ name = ds_pycontain # do not change version by hand: use bump_version.sh version = file: src/ds_pycontain/VERSION description = "deepsense.ai wrapper around docker python API" +long_description = file: DESCRIPTION.md +long_description_content_type = text/markdown author = deepsense.ai author_email = contact@deepsense.ai license = MIT License (MIT) license_files = LICENSE classifiers = - Development Status :: 1 - Planning - Environment :: Console - Intended Audience :: Science/Research + Development Status :: 3 - Alpha + Intended Audience :: Developers License :: MIT License (MIT) Natural Language :: English + License :: OSI Approved :: MIT License Operating System :: Independent + Programming Language :: Python :: 3 :: Only Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 Programming Language :: Python :: 3.12 - Private :: Do Not Upload [options] package_dir=