izzylib/setup.cfg
2022-03-04 04:17:32 -05:00

51 lines
1.2 KiB
INI

[metadata]
name = IzzyLib
version = 0.7.1
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
packages =
izzylib
izzylib.http_server
izzylib.http_client
izzylib.http_urllib_client
setup_requires =
setuptools >= 38.3.0
[options.extras_require]
http_server =
sanic == 21.6.2
envbash == 1.2.0
http_urllib_client =
pillow == 8.3.2
urllib3 == 1.26.6
[bdist_wheel]
universal = false
[sdist]
formats = zip, gztar