izzylib/setup.cfg

71 lines
1.5 KiB
INI
Raw Normal View History

2021-09-17 14:36:39 -04:00
[metadata]
name = IzzyLib
version = 0.7.0
author = Zoey Mae
author_email = zoey@barkshark.xyz
url = https://git.barkshark.xyz/izaliamae/izzylib
description = Functions and classes that I use often
license = CNPL
license_file = LICENSE
platform = any
keywords = python http activitypub sql database html css
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/issues
Documentation = https://git.barkshark.xyz/izaliamae/izzylib/wiki
Source Code = https://git.barkshark.xyz/izaliamae/izzylib
[options]
include_package_data = true
python_requires = >= 3.6
2021-09-17 15:11:45 -04:00
packages =
izzylib
izzylib.dbus
izzylib.hasher
izzylib.http_server
izzylib.http_urllib_client
izzylib.sql
izzylib.template
2021-09-17 14:36:39 -04:00
setup_requires =
setuptools >= 38.3.0
[options.package_data]
izzylib = izzylib/*
[options.extras_require]
dbus =
dasbus==1.6
hasher =
argon2-cffi == 21.1.0
http_server =
sanic == 21.6.2
envbash == 1.2.0
http_urllib_client =
pillow == 8.3.2
pycryptodome == 3.10.1
urllib3 == 1.26.6
tldextract == 3.1.2
sql =
SQLAlchemy == 1.4.23
SQLAlchemy-Paginator == 0.2
template =
colour == 0.1.5
Hamlish-Jinja == 0.3.3
Jinja2 == 3.0.1
Markdown == 3.3.4
[bdist_wheel]
2021-09-17 15:11:45 -04:00
universal = false
2021-09-17 14:36:39 -04:00
[sdist]
formats = zip, gztar