Skip to content

Commit

Permalink
Update python package classifiers and remove Private
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-grodek-dsai committed Nov 3, 2023
1 parent 1882b0b commit 583e982
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [email protected]
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=
Expand Down

0 comments on commit 583e982

Please sign in to comment.