nidhal baccouri
commited on
Commit
·
af51ec2
1
Parent(s):
4503f1b
fixed path to readme in toml file
Browse files- pyproject.toml +1 -1
pyproject.toml
CHANGED
@@ -5,7 +5,7 @@ description = ""
|
|
5 |
license = "MIT"
|
6 |
authors = ["Nidhal Baccouri <[email protected]>"]
|
7 |
maintainers = ["Chris Trenthem <[email protected]>"]
|
8 |
-
readme = "README.rst"
|
9 |
homepage = "https://github.com/nidhaloff/deep_translator"
|
10 |
repository = "https://github.com/nidhaloff/deep_translator"
|
11 |
documentation = "https://deep-translator.readthedocs.io/en/latest/"
|
|
|
5 |
license = "MIT"
|
6 |
authors = ["Nidhal Baccouri <[email protected]>"]
|
7 |
maintainers = ["Chris Trenthem <[email protected]>"]
|
8 |
+
readme = "docs/README.rst"
|
9 |
homepage = "https://github.com/nidhaloff/deep_translator"
|
10 |
repository = "https://github.com/nidhaloff/deep_translator"
|
11 |
documentation = "https://deep-translator.readthedocs.io/en/latest/"
|