forked from Nitr4m12/UltimateBotWConverter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
26 lines (24 loc) · 807 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[metadata]
name = UBOTW-Converter
version = 1.4.0a2
author = Nitram
description = A script to convert WiiU BotW mods to Switch
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/Nitr4m12/UltimateBotWConverter
project_urls =
Bug Tracker = https://github.com/Nitr4m12/UltimateBotWConverter/issues
classifiers =
Programming Language :: Python :: 3 :: Only
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Operating System :: OS Independent
[options]
packages = find:
include_package_data = True
python_requires = >=3.7<3.9
install_requires =
bcml~=3.8.0
pythonnet @ git+https://github.com/pythonnet/pythonnet
[options.entry_points]
console_scripts =
convert_to_switch = ubotw_converter.converter:main