MTGProxyPrinter

setup.cfg at [5849fcf272]
Login

File setup.cfg artifact 2db3e9072f part of check-in 5849fcf272


[metadata]
name = MTGProxyPrinter
author = Thomas Hess
author_email = thomas.hess@udo.edu
description = MTGProxyPrinter allows efficient printing of Magic: The Gathering cards for playtesting purposes.
long_description = file: README.md
license = GPLv3+
license_files =
    LICENSE.md
    ThirdPartyLicenses.md
version = attr: mtg_proxy_printer.meta_data.__version__
url = http://1337net.duckdns.org:8080/MTGProxyPrinter/index
classifiers =
    Development Status :: 4 - Beta
    License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
    Environment :: X11 Applications :: Qt
    Environment :: Win32 (MS Windows)
    Intended Audience :: End Users/Desktop
    Natural Language :: English
    Operating System :: OS Independent
    Programming Language :: Python :: 3.8
    Programming Language :: Python :: 3.9
    Programming Language :: Python :: 3.10
    Programming Language :: Python :: 3 :: Only
    Topic :: Games/Entertainment :: Board Games
    Topic :: Internet :: WWW/HTTP :: Indexing/Search


[options]
python_requires = >= 3.8, < 4
include_package_data = True
packages = find:
install_requires =
    appdirs >= 1.4.3
    PySide-Essentials >= 6.3.0
    ijson >= 3.1.0
    pint
    delegateto == 1.5
    PyHamcrest >= 1.8.1

[options.exclude_package_data]
mtg_proxy_printer = resources*

[options.packages.find]
include =
    mtg_proxy_printer*

[options.entry_points]
gui_scripts =
    mtg-proxy-printer = mtg_proxy_printer.__main__:main

[bdist_wheel]
universal = 0