Skip to content

Commit 36d7afd

Browse files
authored
Update authors and project classifiers (#27)
1 parent 68238b6 commit 36d7afd

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

LICENSE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
Copyright (c) 2020 OpenXbox
1+
Copyright (c) 2025 Manfred Dennerlein Rodelo
2+
Copyright (c) 2020 - 2025 OpenXbox
23

34
Permission is hereby granted, free of charge, to any person obtaining a copy
45
of this software and associated documentation files (the "Software"), to deal

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "python-xbox"
33
description = "A library to authenticate with Xbox Network and use their API"
44
authors = [
5+
{name = "Manfred Dennerlein Rodelo", email = "manfred@dennerlein.name"},
56
{name = "OpenXbox"},
67
]
78
dependencies = [
@@ -15,20 +16,21 @@ readme = "README.md"
1516
license = "MIT"
1617
keywords = ["xbox one live api"]
1718
classifiers = [
18-
"Development Status :: 4 - Beta",
19+
"Development Status :: 5 - Production/Stable",
1920
"Intended Audience :: Developers",
2021
"License :: OSI Approved :: MIT License",
2122
"Programming Language :: Python :: 3",
2223
"Programming Language :: Python :: 3.11",
2324
"Programming Language :: Python :: 3.12",
2425
"Programming Language :: Python :: 3.13",
2526
"Programming Language :: Python :: 3.14",
27+
"Operating System :: OS Independent",
2628
"Topic :: Software Development :: Libraries :: Python Modules",
2729
]
2830
dynamic = ["version"]
2931

3032
[project.urls]
31-
Homepage = "https://github.com/tr4nt0r/python-xbox"
33+
Source = "https://github.com/tr4nt0r/python-xbox"
3234

3335
[project.optional-dependencies]
3436
cli = [

0 commit comments

Comments
 (0)