File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1- Copyright (c) 2020 OpenXbox
1+ Copyright (c) 2025 Manfred Dennerlein Rodelo
2+ Copyright (c) 2020 - 2025 OpenXbox
23
34Permission is hereby granted, free of charge, to any person obtaining a copy
45of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 22name = " python-xbox"
33description = " A library to authenticate with Xbox Network and use their API"
44authors = [
5+ {name = " Manfred Dennerlein Rodelo" , email = " manfred@dennerlein.name" },
56 {name = " OpenXbox" },
67]
78dependencies = [
@@ -15,20 +16,21 @@ readme = "README.md"
1516license = " MIT"
1617keywords = [" xbox one live api" ]
1718classifiers = [
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]
2830dynamic = [" 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 ]
3436cli = [
You can’t perform that action at this time.
0 commit comments