izzylib/setup.cfg

76 lines
1.6 KiB
INI
Raw Normal View History

2021-09-17 14:36:39 -04:00
[metadata]
name = IzzyLib
version = 0.7.1
2021-09-17 14:36:39 -04:00
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:23:21 -04:00
packages =
2021-09-17 15:11:45 -04:00
izzylib
izzylib.http_server
2021-10-25 05:05:15 -04:00
izzylib.http_server_async
2021-09-17 15:11:45 -04:00
izzylib.http_urllib_client
izzylib.sql
izzylib.sql2
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_server_async =
2021-10-24 12:58:02 -04:00
http-router == 2.6.4
python-magic == 0.4.24
http_signatures =
pycryptodome == 3.10.1
2021-09-24 19:16:07 -04:00
tldextract == 3.1.2
2021-09-17 14:36:39 -04:00
http_urllib_client =
pillow == 8.3.2
urllib3 == 1.26.6
sql =
SQLAlchemy == 1.4.23
SQLAlchemy-Paginator == 0.2
sql2 =
sql-metadata == 2.3.0
2021-09-17 14:36:39 -04:00
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