mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-17 07:48:18 +01:00
737bc82de2
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
46 lines
1.3 KiB
INI
46 lines
1.3 KiB
INI
[metadata]
|
|
name = slpkg
|
|
version = 4.1.5
|
|
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
|
|
PyYAML >= 6.0
|
|
include_package_data = True
|
|
|
|
[options.packages.find]
|
|
where = .
|