slpkg/setup.cfg

57 lines
1.4 KiB
INI
Raw Normal View History

2022-06-28 17:56:05 +03:00
[metadata]
name = slpkg
2023-05-25 23:09:21 +03:00
version = 4.8.7
2022-06-28 17:56:05 +03:00
license_file = LICENSE
author = Dimitris Zlatanidis
2023-05-15 18:13:42 +03:00
author_email = dslackw@gmail.com
2023-04-19 17:48:23 +03:00
description = Package manager utility for Slackware Linux.
2022-06-28 17:56:05 +03:00
long_description = file:README.rst
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 13:35:16 +03:00
slpkg.sbos
slpkg.binaries
2023-04-02 12:07:58 +03:00
python_requires = >= 3.9
2022-06-28 17:56:05 +03:00
install_requires =
2023-03-15 17:08:48 +02:00
SQLAlchemy >= 1.4.46
2022-12-24 21:07:09 +02:00
pythondialog >= 3.5.3
2023-01-05 17:02:22 +02:00
progress >= 1.6
2022-06-28 17:56:05 +03:00
include_package_data = True
2023-04-26 10:25:04 +03:00
[options.entry_points]
console_scripts =
slpkg = slpkg.main:main
slpkg_new-configs = slpkg.new_configs:main
2023-04-13 17:33:21 +03:00
[options.extras_require]
socks =
PySocks >= 1.7.1
2022-06-28 17:56:05 +03:00
[options.packages.find]
where = .