Update Khoj Plugin Install Instructions. Rename main Readme to README

Khoj plugin page from within Obsidian isn't recognized. Seems like it
needs an uppercase readme file only. So it doesn't show the Khoj
readme from within Obsidian itself.
This commit is contained in:
Debanjum Singh Solanky
2023-01-27 20:01:31 -03:00
parent 2e13e15625
commit f26cee604d
4 changed files with 4 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ setup(
name='khoj-assistant',
version='0.2.6',
description="A natural language search engine for your personal notes, transactions and images",
long_description=(this_directory / "Readme.md").read_text(encoding="utf-8"),
long_description=(this_directory / "README.md").read_text(encoding="utf-8"),
long_description_content_type="text/markdown",
author='Debanjum Singh Solanky, Saba Imran',
author_email='debanjum+pypi@gmail.com, narmiabas@gmail.com',