izzylib-sql/setup.cfg

41 lines
1.1 KiB
INI

[metadata]
name = IzzyLib SQL
version = 0.1.1
author = Zoey Mae
author_email = zoey@barkshark.xyz
url = https://git.barkshark.xyz/izaliamae/izzylib-sql
description = Simple SQL client
license = CNPL 6+
license_file = LICENSE
platform = any
keywords = python database sql sqlite postgresql mysql
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Developers
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python 3.6
Programming Language :: Python 3.7
Programming Language :: Python 3.8
Programming Language :: Python 3.9
Topic :: Software Development :: Libraries :: Python Modules
project_urls =
Bug Tracker = https://git.barkshark.xyz/izaliamae/izzylib-sql/issues
Documentation = https://git.barkshark.xyz/izaliamae/izzylib-sql/wiki
Source Code = https://git.barkshark.xyz/izaliamae/izzylib-sql
[options]
python_requires = >= 3.6
packages =
izzylib_sql
setup_requires =
setuptools >= 38.3.0
install_requires =
izzylib @ git+https://git.barkshark.xyz/izaliamae/izzylib
[bdist_wheel]
universal = false
[sdist]
formats = zip, gztar