Skip to content

Commit

Permalink
[ci][add] More package classifiers & tests on several Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
lpascal-ledger committed Feb 7, 2024
1 parent bcd189d commit 83fa185
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,16 @@ build-backend = "setuptools.build_meta"
name = "speculos"
authors = [{name = "Ledger", email = "[email protected]"}]
description = "Ledger Blue, Stax and Nano S/S+/X application emulator"
urls = {Homepage = "https://github.com/LedgerHQ/speculos"}
classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: POSIX :: Linux",
"Operating System :: MacOS :: MacOS X",
]
requires-python = ">=3.8"
dependencies = [
"construct>=2.10.56,<3.0.0",
Expand All @@ -30,6 +39,10 @@ dynamic = ["version"]
file = "README.md"
content-type = "text/markdown"

[project.urls]
Homepage = "https://github.com/LedgerHQ/speculos"
"Bug Tracker" = "https://github.com/LedgerHQ/speculos/issues"

[project.optional-dependencies]
dev = [
"pytest",
Expand Down

0 comments on commit 83fa185

Please sign in to comment.