izzylib/setup.cfg

51 lines
1.2 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
2022-02-22 20:01:48 -05:00
izzylib.http_client
2021-09-17 15:11:45 -04:00
izzylib.http_urllib_client
2021-09-17 14:36:39 -04:00
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]
2021-09-17 15:11:45 -04:00
universal = false
2021-09-17 14:36:39 -04:00
[sdist]
formats = zip, gztar