Skip to content

Commit

Permalink
pyproject description and classifiers
Browse files Browse the repository at this point in the history
Signed-off-by: Nic Boet <[email protected]>
  • Loading branch information
nabbi committed Jan 1, 2024
1 parent b24e7e7 commit a6bfc5c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "zm-py"
version = "0.5.3"
description = ""
description = "A loose python wrapper around the ZoneMinder REST API."
authors = ["Rohan Kapoor <[email protected]>"]
maintainers = ["Nic Boet <[email protected]>"]
license = "Apache-2.0"
Expand All @@ -11,6 +11,16 @@ readme = "README.md"
homepage = "https://github.com/rohankapoorcom/zm-py"
repository = "https://github.com/rohankapoorcom/zm-py"

classifiers= [
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Home Automation'
]

packages = [
{include = "zoneminder"},
{include = "tests", format = "sdist"}
Expand Down

0 comments on commit a6bfc5c

Please sign in to comment.