slpkg/setup.cfg

48 lines
1.3 KiB
INI
Raw Normal View History

2022-06-28 16:56:05 +02:00
[metadata]
name = slpkg
2023-03-29 12:22:16 +02:00
version = 4.6.2
2022-06-28 16:56:05 +02:00
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 =
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
[options.packages.find]
where = .