slpkg/setup.cfg
Dimitris Zlatanidis 9718493369 Updated for version 4.4.9
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
2023-01-14 21:24:33 +02:00

47 lines
1.3 KiB
INI

[metadata]
name = slpkg
version = 4.4.9
license_file = LICENSE
author = Dimitris Zlatanidis
author_email = d.zlatanidis@gmail.com
description = Packaging tool that interacts with the SBo repository
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.7
Programming Language :: Python :: 3.8
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
python_requires = >=3.7
install_requires =
SQLAlchemy >= 1.4.36
pythondialog >= 3.5.3
progress >= 1.6
include_package_data = True
[options.packages.find]
where = .