-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
25 lines (23 loc) · 857 Bytes
/
pyproject.toml
File metadata and controls
25 lines (23 loc) · 857 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[build-system]
requires = ["setuptools>=69", "requests>=2.32.3", "colorama>=0.4.6"]
build-backend = "setuptools.build_meta"
[project]
name = "PyLocalizer"
description = "A module that lets you change between locales mid-app."
authors = [{name="Matthew"}]
version = "0.0.4"
readme = "README.md"
requires-python = ">=3.11"
classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Natural Language :: English",
"Operating System :: OS Independent",
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: MIT License",
]
[project.urls]
"Github Repo" = "https://github.com/mf366-dev/PyLocalizer"
"Bug Tracker" = "https://github.com/mf366-dev/PyLocalizer/issues"
"Pull Requests" = "https://github.com/mf366-dev/PyLocalizer/pulls"