1
0
mirror of https://github.com/gryf/fs-uae-wrapper.git synced 2026-04-22 08:01:25 +02:00
Files
fs-uae-wrapper/setup.cfg
T
2022-10-02 14:57:38 +02:00

38 lines
985 B
INI

[metadata]
name = fs-uae-wrapper
summary = Automate archives and state for fs-uae
description = Automate archives and state for fs-uae
long_description = file: README.rst
author = Roman Dobosz
author_email = gryf73@gmail.com
url = https://github.com/gryf/fs-uae-wrapper
license = BSD
keywords = uae, fs-uae, amiga, emulator, wrapper
version = 0.8.3
classifier =
Development Status :: 5 - Production/Stable
Environment :: Console
Intended Audience :: End Users/Desktop
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: System :: Emulators
Topic :: Games/Entertainment
[install]
record = install.log
[options.entry_points]
console_scripts =
fs-uae-wrapper = fs_uae_wrapper.wrapper:run
[files]
packages =
fs_uae_wrapper
[bdist_wheel]
universal = 1