Skip to content

Commit

Permalink
chore: update repo for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ssut committed Jan 1, 2025
1 parent 52229c2 commit 2f16a4c
Show file tree
Hide file tree
Showing 4 changed files with 85 additions and 185 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in

This file was deleted.

20 changes: 13 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
[project]
name = "py-googletrans"
version = "4.0.0"
name = "googletrans"
version = "4.0.1"
description = "An unofficial Google Translate API for Python"
readme = "README.md"
readme = "README.rst"
requires-python = ">=3.8"
license = { file = "LICENSE" }
dependencies = ["httpx[http2]>=0.27.2"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Education",
"Intended Audience :: End Users/Desktop",
"License :: Freeware",
"License :: OSI Approved :: MIT License",
"Operating System :: POSIX",
"Operating System :: Microsoft :: Windows",
"Operating System :: MacOS :: MacOS X",
Expand All @@ -26,6 +25,9 @@ classifiers = [
[project.optional-dependencies]
dev = ["pytest", "pytest-asyncio", "pytest-cov", "ruff>=0.7"]

[tool.setuptools]
license-files = ["LICENSE"]

[tool.uv]
dev-dependencies = ["pytest", "pytest-asyncio", "pytest-cov", "ruff>=0.7"]

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

[[project.authors]]
name = "SuHun Han"
email = "[email protected]"
name = "Suhun Han"
email = "[email protected]"

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
2 changes: 0 additions & 2 deletions setup.cfg

This file was deleted.

Loading

0 comments on commit 2f16a4c

Please sign in to comment.