mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 23:48:56 +01:00
Fix authors, homepage URL in pyproject.toml and workflow triggers
This commit is contained in:
parent
dcb86c2d3e
commit
7a9a811874
4 changed files with 7 additions and 8 deletions
2
.github/workflows/dockerize.yml
vendored
2
.github/workflows/dockerize.yml
vendored
|
@ -9,7 +9,7 @@ on:
|
||||||
paths:
|
paths:
|
||||||
- src/khoj/**
|
- src/khoj/**
|
||||||
- config/**
|
- config/**
|
||||||
- setup.py
|
- pyproject.toml
|
||||||
- Dockerfile
|
- Dockerfile
|
||||||
- docker-compose.yml
|
- docker-compose.yml
|
||||||
- .github/workflows/dockerize.yml
|
- .github/workflows/dockerize.yml
|
||||||
|
|
4
.github/workflows/pypi.yml
vendored
4
.github/workflows/pypi.yml
vendored
|
@ -8,14 +8,14 @@ on:
|
||||||
- 'master'
|
- 'master'
|
||||||
paths:
|
paths:
|
||||||
- src/khoj/**
|
- src/khoj/**
|
||||||
- setup.py
|
- pyproject.toml
|
||||||
- .github/workflows/pypi.yml
|
- .github/workflows/pypi.yml
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- 'master'
|
- 'master'
|
||||||
paths:
|
paths:
|
||||||
- src/khoj/**
|
- src/khoj/**
|
||||||
- setup.py
|
- pyproject.toml
|
||||||
- .github/workflows/pypi.yml
|
- .github/workflows/pypi.yml
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -8,7 +8,7 @@ on:
|
||||||
- src/khoj/**
|
- src/khoj/**
|
||||||
- tests/**
|
- tests/**
|
||||||
- config/**
|
- config/**
|
||||||
- setup.py
|
- pyproject.toml
|
||||||
- .github/workflows/test.yml
|
- .github/workflows/test.yml
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
@ -17,7 +17,7 @@ on:
|
||||||
- src/khoj/**
|
- src/khoj/**
|
||||||
- tests/**
|
- tests/**
|
||||||
- config/**
|
- config/**
|
||||||
- setup.py
|
- pyproject.toml
|
||||||
- .github/workflows/test.yml
|
- .github/workflows/test.yml
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
@ -10,8 +10,7 @@ readme = "README.md"
|
||||||
license = "GPL-3.0-or-later"
|
license = "GPL-3.0-or-later"
|
||||||
requires-python = ">=3.8, <3.11"
|
requires-python = ">=3.8, <3.11"
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "Debanjum Singh Solanky", email = "debanjum+pypi@gmail.com" },
|
{ name = "Debanjum Singh Solanky, Saba Imran" },
|
||||||
{ name = "Saba Imran", email = "narmiabas@gmail.com" },
|
|
||||||
]
|
]
|
||||||
keywords = [
|
keywords = [
|
||||||
"search",
|
"search",
|
||||||
|
@ -55,7 +54,7 @@ dependencies = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Homepage = "https://github.com/debanjum/khoj"
|
Homepage = "https://github.com/debanjum/khoj#readme"
|
||||||
Issues = "https://github.com/debanjum/khoj/issues"
|
Issues = "https://github.com/debanjum/khoj/issues"
|
||||||
Discussions = "https://github.com/debanjum/khoj/discussions"
|
Discussions = "https://github.com/debanjum/khoj/discussions"
|
||||||
Releases = "https://github.com/debanjum/khoj/releases"
|
Releases = "https://github.com/debanjum/khoj/releases"
|
||||||
|
|
Loading…
Reference in a new issue