Skip to content

Commit 15dcece

Browse files
bors[bot]brunoocasalialallema
authored
Merge #549
549: Add new docs links to pypi.org r=alallema a=brunoocasali After #546 we have now an automated documentation link, we should be able to say that to the user. Co-authored-by: Bruno Casali <[email protected]> Co-authored-by: Amélie <[email protected]>
2 parents 258441c + 5362fa8 commit 15dcece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
long_description_content_type="text/markdown",
1919
url="https://github.com/meilisearch/meilisearch-python",
2020
packages=find_packages(exclude=("tests*",)),
21-
project_urls={"Documentation": "https://docs.meilisearch.com/",},
21+
project_urls={"Meilisearch Documentation": "https://docs.meilisearch.com/", "Documentation": "https://meilisearch.github.io/meilisearch-python/",},
2222
keywords="search python meilisearch",
2323
platform="any",
2424
classifiers=[

0 commit comments

Comments
 (0)