A tiny project to avoid a major head ache.
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
[project]
|
||||
name = "base64url"
|
||||
version = "1.0.0"
|
||||
description = "Base64 encoding without Python's base64 flaws. No padding, str types."
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.8"
|
||||
dependencies = []
|
||||
authors = [
|
||||
{name = "Leo Vasanko"},
|
||||
]
|
||||
keywords = ["base64", "b64url", "urlsafe_b64encode", "urlsafe_b64decode"]
|
||||
classifiers = [
|
||||
"Development Status :: 5 - Production/Stable",
|
||||
"Intended Audience :: Developers",
|
||||
"License :: OSI Approved :: MIT License",
|
||||
"License :: Public Domain",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Topic :: Software Development :: Libraries :: Python Modules",
|
||||
"Topic :: Utilities",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://git.zi.fi/leo/base64url-python"
|
||||
Repository = "https://github.com/LeoVasanko/base64url-python"
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["base64url.py"]
|
||||
Reference in New Issue
Block a user