diff --git a/pyproject.toml b/pyproject.toml index 431b085..fb11fc2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,9 +3,9 @@ name = "libpacstall" version = "0.1.0" description = "Backend API library for Pacstall" authors = [ - "Henry ", - "Sourajyoti Basak ", - "David Brochero " + "Henry ", + "Sourajyoti Basak ", + "David Brochero " ] license = "GPL-3.0-or-later" readme = "README.md" @@ -13,38 +13,40 @@ 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]