1
1
[project ]
2
- name = " py- googletrans"
3
- version = " 4.0.0 "
2
+ name = " googletrans"
3
+ version = " 4.0.1 "
4
4
description = " An unofficial Google Translate API for Python"
5
- readme = " README.md "
5
+ readme = " README.rst "
6
6
requires-python = " >=3.8"
7
- license = { file = " LICENSE" }
8
7
dependencies = [" httpx[http2]>=0.27.2" ]
9
8
classifiers = [
10
9
" Development Status :: 5 - Production/Stable" ,
11
10
" Intended Audience :: Education" ,
12
11
" Intended Audience :: End Users/Desktop" ,
13
- " License :: Freeware " ,
12
+ " License :: OSI Approved :: MIT License " ,
14
13
" Operating System :: POSIX" ,
15
14
" Operating System :: Microsoft :: Windows" ,
16
15
" Operating System :: MacOS :: MacOS X" ,
@@ -26,6 +25,9 @@ classifiers = [
26
25
[project .optional-dependencies ]
27
26
dev = [" pytest" , " pytest-asyncio" , " pytest-cov" , " ruff>=0.7" ]
28
27
28
+ [tool .setuptools ]
29
+ license-files = [" LICENSE" ]
30
+
29
31
[tool .uv ]
30
32
dev-dependencies = [" pytest" , " pytest-asyncio" , " pytest-cov" , " ruff>=0.7" ]
31
33
@@ -36,5 +38,9 @@ translate = "googletrans:translate"
36
38
homepage = " https://github.com/ssut/py-googletrans"
37
39
38
40
[[project .authors ]]
39
- name = " SuHun Han"
40
-
41
+ name = " Suhun Han"
42
+
43
+
44
+ [build-system ]
45
+ requires = [" hatchling" ]
46
+ build-backend = " hatchling.build"
0 commit comments