This repository has been archived by the owner on May 2, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into docs/readme
- Loading branch information
Showing
1 changed file
with
35 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|