Skip to content

Commit

Permalink
meta: update package metadata (#61)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Lowe <alex.lowe@canonical.com>
  • Loading branch information
lengau authored May 22, 2023
1 parent f266d5f commit 5369de0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,25 @@ version = "0.0.4"
readme = "README.rst"
dependencies = [
"distro>=1.3.0",
"gnupg",
"launchpadlib",
"lazr.restfulclient",
"lazr.uri",
"overrides",
"pydantic",
]
classifiers = [
"Development Status :: 1 - Planning",
"License :: OSI Approved :: GNU General Public License (GPL)",
"Development Status :: 3 - Alpha",
"Operating System :: POSIX :: Linux",
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
"Programming Language :: Python :: 3",
"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",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: System :: Archiving :: Packaging",
]
requires-python = ">=3.8"

Expand Down

0 comments on commit 5369de0

Please sign in to comment.