slpkg/setup.cfg
2023-06-23 08:30:07 +03:00

56 lines
1.4 KiB
INI

[metadata]
name = slpkg
version = 4.9.0
license_file = LICENSE
author = Dimitris Zlatanidis
author_email = dslackw@gmail.com
description = Package manager utility for Slackware Linux.
long_description = file:README.md
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
slpkg.sbos
slpkg.binaries
python_requires = >= 3.9
install_requires =
SQLAlchemy >= 1.4.46
pythondialog >= 3.5.3
progress >= 1.6
include_package_data = True
[options.entry_points]
console_scripts =
slpkg = slpkg.main:main
slpkg_new-configs = slpkg.new_configs:main
[options.extras_require]
socks =
PySocks >= 1.7.1
[options.packages.find]
where = .