[metadata]
name = slpkg
version = 4.5.1
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 = .