mirror of
https://github.com/gryf/fs-uae-wrapper.git
synced 2026-02-02 14:15:45 +01:00
Move to pyproject.
This commit is contained in:
40
pyproject.toml
Normal file
40
pyproject.toml
Normal file
@@ -0,0 +1,40 @@
|
||||
[build-system]
|
||||
requires = ["setuptools >= 61.0"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "fs-uae-wrapper"
|
||||
authors = [{name = "Roman Dobosz", email = "gryf73@gmail.com"}]
|
||||
license = {text = "BSD"}
|
||||
description = "Automate archives support and state saves for fs-uae"
|
||||
readme = "README.rst"
|
||||
requires-python = ">=3.8"
|
||||
keywords = ["uae", "fs-uae", "amiga", "emulator", "wrapper"]
|
||||
version = "0.9.0"
|
||||
classifiers = [
|
||||
"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",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
"Topic :: System :: Emulators",
|
||||
"Topic :: Games/Entertainment"
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://github.com/gryf/fs-uae-wrapper"
|
||||
|
||||
[project.scripts]
|
||||
fs-uae-wrapper = "fs_uae_wrapper.wrapper:run"
|
||||
|
||||
[tool.setuptools]
|
||||
py-modules = ["fs_uae_wrapper"]
|
||||
|
||||
[tool.distutils.bdist_wheel]
|
||||
universal = true
|
||||
Reference in New Issue
Block a user