-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.json
More file actions
41 lines (41 loc) · 1.21 KB
/
pyproject.json
File metadata and controls
41 lines (41 loc) · 1.21 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"project": {
"name": "langful",
"version": null,
"description": "provides internationalization for python",
"readme": "docs/README.md",
"requires-python": ">=3.10",
"keywords": [
"i18n",
"json",
"internationalization"
],
"classifiers": [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Topic :: Software Development :: Internationalization",
"Operating System :: OS Independent"
],
"authors": [
{
"name": "cueavyqwp",
"email": "cueavy@outlook.com"
}
],
"license": "MIT",
"urls": {
"Homepage": "https://github.com/cueavy/langful",
"Bug": "https://github.com/cueavy/langful/issues",
"Source": "https://github.com/cueavy/langful.git",
"Download": "https://pypi.org/project/langful",
"Documentation": "https://github.com/cueavy/langful/tree/master/docs"
}
},
"tool": {
"setuptools": {
"package-dir": {
"": "src"
}
}
}
}