2022-06-28 16:56:05 +02:00
|
|
|
[metadata]
|
|
|
|
name = slpkg
|
2023-06-23 07:30:07 +02:00
|
|
|
version = 4.9.0
|
2022-06-28 16:56:05 +02:00
|
|
|
license_file = LICENSE
|
|
|
|
author = Dimitris Zlatanidis
|
2023-05-15 17:13:42 +02:00
|
|
|
author_email = dslackw@gmail.com
|
2023-04-19 16:48:23 +02:00
|
|
|
description = Package manager utility for Slackware Linux.
|
2023-06-17 21:51:11 +02:00
|
|
|
long_description = file:README.md
|
2022-06-28 16:56:05 +02:00
|
|
|
url = https://dslackw.gitlab.io/slpkg/
|
|
|
|
project_urls =
|
|
|
|
Source = https://dslackw.gitlab.io/slpkg/
|
|
|
|
Documentation = https://dslackw.gitlab.io/slpkg/
|
|
|
|
classifiers =
|
|
|
|
License :: OSI Approved :: MIT License
|
|
|
|
Natural Language :: English
|
|
|
|
Operating System :: POSIX
|
|
|
|
Operating System :: POSIX :: Linux
|
|
|
|
Programming Language :: Python
|
|
|
|
Programming Language :: Python :: 3
|
|
|
|
Programming Language :: Python :: 3 :: Only
|
|
|
|
Programming Language :: Python :: 3.9
|
|
|
|
Programming Language :: Python :: 3.10
|
|
|
|
Programming Language :: Unix Shell
|
|
|
|
Topic :: Utilities
|
|
|
|
Topic :: Software Development :: Build Tools
|
|
|
|
Topic :: System :: Archiving :: Packaging
|
|
|
|
Topic :: System :: Software Distribution
|
|
|
|
Topic :: System :: Installation/Setup
|
|
|
|
Topic :: System :: Systems Administration
|
|
|
|
Topic :: System :: Software Distribution
|
|
|
|
|
|
|
|
[options]
|
|
|
|
packages =
|
|
|
|
slpkg
|
|
|
|
slpkg.models
|
|
|
|
slpkg.views
|
2023-03-29 12:35:16 +02:00
|
|
|
slpkg.sbos
|
|
|
|
slpkg.binaries
|
2023-04-02 11:07:58 +02:00
|
|
|
python_requires = >= 3.9
|
2022-06-28 16:56:05 +02:00
|
|
|
install_requires =
|
2023-03-15 16:08:48 +01:00
|
|
|
SQLAlchemy >= 1.4.46
|
2022-12-24 20:07:09 +01:00
|
|
|
pythondialog >= 3.5.3
|
2023-01-05 16:02:22 +01:00
|
|
|
progress >= 1.6
|
2022-06-28 16:56:05 +02:00
|
|
|
include_package_data = True
|
|
|
|
|
2023-04-26 09:25:04 +02:00
|
|
|
[options.entry_points]
|
|
|
|
console_scripts =
|
|
|
|
slpkg = slpkg.main:main
|
|
|
|
slpkg_new-configs = slpkg.new_configs:main
|
|
|
|
|
2023-04-13 16:33:21 +02:00
|
|
|
[options.extras_require]
|
|
|
|
socks =
|
|
|
|
PySocks >= 1.7.1
|
|
|
|
|
2022-06-28 16:56:05 +02:00
|
|
|
[options.packages.find]
|
|
|
|
where = .
|