Skip to content

Commit

Permalink
edit info
Browse files Browse the repository at this point in the history
  • Loading branch information
z44d committed Jul 18, 2024
1 parent 3ae5f08 commit e91ec93
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "trengine"
version = "2.7"
authors = [
{ name="ZAID", email="[email protected]" },
{ name="ZAID", email="[email protected]" },
]
description = "TREngine is python library based on 4 translators engines"
readme = "README.md"
Expand All @@ -19,11 +19,12 @@ dependencies = [
]

[project.urls]
Homepage = "https://github.com/zaid5o5/trengine"
Issues = "https://github.com/zaid5o5/trengine/issues"
Homepage = "https://github.com/2ei/trengine"
Issues = "https://github.com/2ei/trengine/issues"

[tool.setuptools]
include-package-data = false

[tool.setuptools.packages.find]
exclude = ["examples"]
include = ["trengine*"]
exclude = ["docs*", "tests*", "examples*"]

0 comments on commit e91ec93

Please sign in to comment.