pysdkmm/setup.cfg

46 lines
1.2 KiB
INI
Raw Normal View History

2023-03-24 19:02:51 -04:00
[metadata]
2023-03-24 19:06:00 -04:00
name = PythonSDK Mod Manager
2023-03-24 19:02:51 -04:00
version = 0.0.1
author = Izalia Mae
author_email = izalia@barkshark.xyz
2023-03-24 19:06:00 -04:00
url = https://git.barkshark.xyz/barkshark/PythonSDK Mod Manager
description = Manage the installed mods for compatible PythonSDK games
2023-03-24 19:02:51 -04:00
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 =
2023-03-24 19:06:00 -04:00
Bug Tracker = https://git.barkshark.xyz/barkshark/PythonSDK Mod Manager/issues
Documentation = https://git.barkshark.xyz/barkshark/PythonSDK Mod Manager/wiki
Source Code = https://git.barkshark.xyz/barkshark/PythonSDK Mod Manager
2023-03-24 19:02:51 -04:00
[options]
include_package_data = true
python_requires = >= 3.7, <3.11
packages =
2023-03-24 19:06:00 -04:00
PythonSDK Mod Manager
2023-03-24 19:02:51 -04:00
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