Skip to content

Commit 2f16a4c

Browse files
committed
chore: update repo for release
1 parent 52229c2 commit 2f16a4c

File tree

4 files changed

+85
-185
lines changed

4 files changed

+85
-185
lines changed

MANIFEST.in

-1
This file was deleted.

pyproject.toml

+13-7
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
[project]
2-
name = "py-googletrans"
3-
version = "4.0.0"
2+
name = "googletrans"
3+
version = "4.0.1"
44
description = "An unofficial Google Translate API for Python"
5-
readme = "README.md"
5+
readme = "README.rst"
66
requires-python = ">=3.8"
7-
license = { file = "LICENSE" }
87
dependencies = ["httpx[http2]>=0.27.2"]
98
classifiers = [
109
"Development Status :: 5 - Production/Stable",
1110
"Intended Audience :: Education",
1211
"Intended Audience :: End Users/Desktop",
13-
"License :: Freeware",
12+
"License :: OSI Approved :: MIT License",
1413
"Operating System :: POSIX",
1514
"Operating System :: Microsoft :: Windows",
1615
"Operating System :: MacOS :: MacOS X",
@@ -26,6 +25,9 @@ classifiers = [
2625
[project.optional-dependencies]
2726
dev = ["pytest", "pytest-asyncio", "pytest-cov", "ruff>=0.7"]
2827

28+
[tool.setuptools]
29+
license-files = ["LICENSE"]
30+
2931
[tool.uv]
3032
dev-dependencies = ["pytest", "pytest-asyncio", "pytest-cov", "ruff>=0.7"]
3133

@@ -36,5 +38,9 @@ translate = "googletrans:translate"
3638
homepage = "https://github.com/ssut/py-googletrans"
3739

3840
[[project.authors]]
39-
name = "SuHun Han"
40-
41+
name = "Suhun Han"
42+
43+
44+
[build-system]
45+
requires = ["hatchling"]
46+
build-backend = "hatchling.build"

setup.cfg

-2
This file was deleted.

0 commit comments

Comments
 (0)