Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
Merge branch 'develop' into docs/readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wizard-28 authored Mar 27, 2022
2 parents cab63c8 + 7dff1d9 commit a95fc6a
Showing 1 changed file with 35 additions and 33 deletions.
68 changes: 35 additions & 33 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,48 +3,50 @@ name = "libpacstall"
version = "0.1.0"
description = "Backend API library for Pacstall"
authors = [
"Henry <[email protected]>",
"Sourajyoti Basak <[email protected]>",
"David Brochero <[email protected]>"
"Henry <[email protected]>",
"Sourajyoti Basak <[email protected]>",
"David Brochero <[email protected]>"
]
license = "GPL-3.0-or-later"
readme = "README.md"
homepage = "https://pacstall.dev"
repository = "https://github.com/pacstall/libpacstall"
documentation = "https://github.com/pacstall/libpacstall/wiki"
keywords = [
"aur",
"cli",
"command line",
"console",
"debian",
"package manager",
"pacscript",
"pacstall",
"ubuntu"
"aur",
"console",
"debian",
"libpacstall",
"library",
"linux",
"pacscript",
"pacstall",
"ubuntu"
]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Intended Audience :: Developers",
"Intended Audience :: End Users/Desktop",
"Intended Audience :: System Administrators",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Operating System :: POSIX :: Linux",
"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 :: Implementation :: CPython",
"Programming Language :: Other",
"Programming Language :: Other Scripting Engines",
"Topic :: System",
"Topic :: System :: Archiving :: Packaging",
"Topic :: System :: Installation/Setup",
"Topic :: System :: Systems Administration",
"Topic :: System :: Software Distribution",
"Topic :: Utilities"
"Development Status :: 3 - Alpha",
"Environment :: Console",
"Framework :: AnyIO",
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Operating System :: POSIX :: Linux",
"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 :: Implementation :: CPython",
"Programming Language :: Other",
"Programming Language :: Other Scripting Engines",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: System",
"Topic :: System :: Archiving :: Packaging",
"Topic :: System :: Installation/Setup",
"Topic :: System :: Systems Administration",
"Topic :: System :: Software Distribution",
"Topic :: Utilities",
"Typing :: Typed"
]

[tool.poetry.dependencies]
Expand Down

0 comments on commit a95fc6a

Please sign in to comment.