bl2mods/setup.cfg
2023-02-25 04:24:47 -05:00

46 lines
1.1 KiB
INI

[metadata]
name = {name}
version = 0.0.1
author = Izalia Mae
author_email = izalia@barkshark.xyz
url = https://git.barkshark.xyz/barkshark/{name}
description = {description}
license = CNPL 7+
license_file = LICENSE.md
platform = any
keywords = python module
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/barkshark/{name}/issues
Documentation = https://git.barkshark.xyz/barkshark/{name}/wiki
Source Code = https://git.barkshark.xyz/barkshark/{name}
[options]
include_package_data = true
python_requires = >= 3.7, <3.11
packages =
{name}
setup_requires =
setuptools >= 38.3.0
[options.extras_require]
extra1 =
some-module >= 1.0
extra2 =
another-module >= 1.2
[bdist_wheel]
universal = false
[sdist]
formats = zip, gztar