|
1 | | -[build-system] |
2 | | -requires = ["setuptools>=68", "wheel"] |
3 | | -build-backend = "setuptools.build_meta" |
4 | | - |
5 | | -[project] |
6 | | -name = "authforge-sdk" |
7 | | -version = "1.0.0" |
8 | | -description = "Official Python SDK for AuthForge — credit-based license key authentication with Ed25519-verified responses." |
9 | | -readme = "README.md" |
10 | | -requires-python = ">=3.9" |
11 | | -license = { text = "MIT" } |
12 | | -authors = [{ name = "AuthForge" }] |
13 | | -keywords = ["authforge", "license", "licensing", "hwid", "authentication"] |
14 | | -classifiers = [ |
15 | | - "Development Status :: 5 - Production/Stable", |
16 | | - "Intended Audience :: Developers", |
17 | | - "License :: OSI Approved :: MIT License", |
18 | | - "Operating System :: OS Independent", |
19 | | - "Programming Language :: Python :: 3", |
20 | | - "Programming Language :: Python :: 3.9", |
21 | | - "Programming Language :: Python :: 3.10", |
22 | | - "Programming Language :: Python :: 3.11", |
23 | | - "Programming Language :: Python :: 3.12", |
24 | | - "Programming Language :: Python :: 3.13", |
25 | | -] |
26 | | -dependencies = ["cryptography>=41.0.0"] |
27 | | - |
28 | | -[project.urls] |
29 | | -Homepage = "https://authforge.cc" |
30 | | -Documentation = "https://docs.authforge.cc" |
31 | | -Source = "https://github.com/AuthForgeCC/authforge-python" |
32 | | -Issues = "https://github.com/AuthForgeCC/authforge-python/issues" |
33 | | - |
34 | | -[tool.setuptools] |
35 | | -py-modules = ["authforge"] |
| 1 | +[build-system] |
| 2 | +requires = ["setuptools>=68", "wheel"] |
| 3 | +build-backend = "setuptools.build_meta" |
| 4 | + |
| 5 | +[project] |
| 6 | +name = "authforge-sdk" |
| 7 | +version = "1.0.0" |
| 8 | +description = "Official Python SDK for AuthForge — credit-based license key authentication with Ed25519-verified responses." |
| 9 | +readme = "README.md" |
| 10 | +requires-python = ">=3.9" |
| 11 | +license = { text = "MIT" } |
| 12 | +authors = [{ name = "AuthForge" }] |
| 13 | +keywords = ["authforge", "license", "licensing", "hwid", "authentication"] |
| 14 | +classifiers = [ |
| 15 | + "Development Status :: 5 - Production/Stable", |
| 16 | + "Intended Audience :: Developers", |
| 17 | + "License :: OSI Approved :: MIT License", |
| 18 | + "Operating System :: OS Independent", |
| 19 | + "Programming Language :: Python :: 3", |
| 20 | + "Programming Language :: Python :: 3.9", |
| 21 | + "Programming Language :: Python :: 3.10", |
| 22 | + "Programming Language :: Python :: 3.11", |
| 23 | + "Programming Language :: Python :: 3.12", |
| 24 | + "Programming Language :: Python :: 3.13", |
| 25 | +] |
| 26 | +dependencies = ["cryptography>=41.0.0"] |
| 27 | + |
| 28 | +[project.urls] |
| 29 | +Homepage = "https://authforge.cc" |
| 30 | +Documentation = "https://docs.authforge.cc" |
| 31 | +Source = "https://github.com/AuthForgeCC/authforge-python" |
| 32 | +Issues = "https://github.com/AuthForgeCC/authforge-python/issues" |
| 33 | + |
| 34 | +[tool.setuptools] |
| 35 | +py-modules = ["authforge"] |
0 commit comments