bl2tools/setup.cfg
2022-05-05 17:35:28 -04:00

55 lines
1.5 KiB
INI

[metadata]
name = BL2 Tools
version = 0.1.1
author = Zoey Mae
author_email = zoey@barkshark.xyz
url = https://git.barkshark.xyz/izaliamae/bl2tools
description = Borderlands 2 save game manager
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8
license = CNPL 6+
license_file = LICENSE
platform = any
keywords = python borderlands games
classifiers =
Development Status :: 4 - Beta
Intended Audience :: End Users/Desktop
License :: OSI Approved :: GNU General Public License v3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Operating System :: POSIX
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows
Topic :: Internet :: WWW/HTTP
project_urls =
Bug Tracker = https://git.barkshark.xyz/izaliamae/bl2tools/issues
Documentation = https://git.barkshark.xyz/izaliamae/bl2tools/wiki
Source Code = https://git.barkshark.xyz/izaliamae/bl2tools
[options]
include_package_data = true
python_requires = >= 3.8
packages =
bl2tools
setup_requires =
bl2-save-edit @ git+https://git.barkshark.xyz/izaliamae/bl2-save-edit
izzylib @ git+https://git.barkshark.xyz/izaliamae/izzylib
izzylib-http-async @ git+https://git.barkshark.xyz/izaliamae/izzylib-http-async
click == 8.1.0
vdf == 3.4
watchdog == 2.1.6
[options.entry_points]
console_scripts =
bl2tools = bl2tools.cli:main
[options.package_data]
bl2tools = bl2tools/*
[bdist_wheel]
universal = false
[sdist]
formats = zip, gztar