[project]
name = "numtostr-rus"
versionn = "1.1"
authors = [
	{name="Victor Podust", email="undefeatvip@gmail.com"},
]
description = "Simple python number-to-russian-string converter"
readme = "README.md"
license = {file="LICENSE"}
requires-python = ">=3.6.2"
classifiers = [
	"Programming Language :: Python :: 3.6",
	"Programming Language :: Python :: 3.7",
	"Programming Language :: Python :: 3.8",
	"Programming Language :: Python :: 3.9",
	"Programming Language :: Python :: 3.10",
	"License :: OSI Approved :: MIT License",
	"Operating System :: OS Independent",
]

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

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
