mirror of
https://github.com/thevickypedia/Jarvis.git
synced 2023-09-11 12:43:25 +03:00
Onboard to pypi with pyproject.toml Create an option to stop Jarvis via fastapi with an override flag Disable tunneling by default and enable with a flag Fix path for indicators and apple scripts Fix auto discover api routers for pypi package Remove git versioning and GitPython dependencies Switch python-publish.yml workflow to build on release and support pyproject.toml
9 lines
207 B
Plaintext
9 lines
207 B
Plaintext
global-exclude .env
|
|
global-exclude *.yaml
|
|
global-exclude .DS_Store
|
|
include jarvis/lib/*
|
|
include jarvis/scripts/*
|
|
include jarvis/indicators/*
|
|
recursive-include jarvis/api *
|
|
recursive-include jarvis/modules *
|