izzylib/setup.cfg
2022-09-02 11:10:17 -04:00

50 lines
1.2 KiB
INI

[metadata]
name = IzzyLib
version = 0.7.5
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.7
Programming Language :: Python 3.8
Programming Language :: Python 3.9
Programming Language :: Python 3.10
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_client
izzylib.http_server
setup_requires =
setuptools >= 38.3.0
[options.extras_require]
extra =
python-magic >= 0.4.0
http_server =
http-router >= 2.6
steam =
vdf >= 3.0
[bdist_wheel]
universal = false
[sdist]
formats = zip, gztar