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