chore: include OSLogRateLimit=64
Browse filesMallocNanoZone=0
USER=siddharthbaleja
COMMAND_MODE=unix2003
__CFBundleIdentifier=com.microsoft.VSCode
PATH=/Users/siddharthbaleja/Desktop/project/.venv/bin:/Users/siddharthbaleja/.antigravity/antigravity/bin:/Users/siddharthbaleja/.antigravity/antigravity/bin:/Users/siddharthbaleja/.antigravity/antigravity/bin:/Users/siddharthbaleja/.antigravity/antigravity/bin:/Users/siddharthbaleja/.antigravity/antigravity/bin:/Users/siddharthbaleja/miniforge3/bin:/Users/siddharthbaleja/.nvm/versions/node/v20.15.0/bin:/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages:/Users/siddharthbaleja/Library/Application Support/Code/User/globalStorage/github.copilot-chat/debugCommand:/Users/siddharthbaleja/Library/Application Support/Code/User/globalStorage/github.copilot-chat/copilotCli:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/opt/pmk/env/global/bin:/Library/Apple/usr/bin:/usr/local/go/bin:/Users/siddharthbaleja/Library/Application Support/Code/User/globalStorage/github.copilot-chat/debugCommand:/Users/siddharthbaleja/Library/Application Support/Code/User/globalStorage/github.copilot-chat/copilotCli:/Users/siddharthbaleja/.antigravity/antigravity/bin:/Users/siddharthbaleja/miniforge3/bin:/Users/siddharthbaleja/.nvm/versions/node/v20.15.0/bin:/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages:/Users/siddharthbaleja/.cargo/bin:/Users/siddharthbaleja/.local/bin:/Applications/Visual Studio Code.app/Contents/Resources/app/bin:/Users/siddharthbaleja/flutter/bin:/Users/siddharthbaleja/.vscode/extensions/vscjava.vscode-java-debug-0.58.5/bundled/scripts/noConfigScripts:/Users/siddharthbaleja/.vscode/extensions/ms-python.debugpy-2025.18.0-darwin-arm64/bundled/scripts/noConfigScripts:/Users/siddharthbaleja/.local/bin:/Applications/Visual Studio Code.app/Contents/Resources/app/bin:/Users/siddharthbaleja/flutter/bin:/Users/siddharthbaleja/.local/bin
LOGNAME=siddharthbaleja
SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.mlJqKblIlm/Listeners
HOME=/Users/siddharthbaleja
SHELL=/bin/zsh
TMPDIR=/var/folders/vb/dgt3kq9960bd10xkrgsm49fw0000gn/T/
__CF_USER_TEXT_ENCODING=0x1F5:0:0
XPC_SERVICE_NAME=0
XPC_FLAGS=0x0
PWD=/Users/siddharthbaleja/Desktop/project
NVM_DIR=/Users/siddharthbaleja/.nvm
HOMEBREW_PREFIX=/opt/homebrew
INFOPATH=/opt/homebrew/share/info:/opt/homebrew/share/info:/opt/homebrew/share/info:
LANG=C.UTF-8
TERM=xterm-256color
NVM_CD_FLAGS=-q
TERM_PROGRAM_VERSION=1.114.0
HOMEBREW_REPOSITORY=/opt/homebrew
SHLVL=3
HOMEBREW_CELLAR=/opt/homebrew/Cellar
COLORTERM=truecolor
NVM_BIN=/Users/siddharthbaleja/.nvm/versions/node/v20.15.0/bin
NVM_INC=/Users/siddharthbaleja/.nvm/versions/node/v20.15.0/include/node
GIT_ASKPASS=/Applications/Visual Studio Code-2.app/Contents/Resources/app/extensions/git/dist/askpass.sh
TERM_PROGRAM=vscode
GIT_PAGER=cat
GIT_MERGE_AUTOEDIT=no
GIT_EDITOR=:
VSCODE_GIT_ASKPASS_NODE=/Applications/Visual Studio Code-2.app/Contents/Frameworks/Code Helper (Plugin).app/Contents/MacOS/Code Helper (Plugin)
VSCODE_GIT_ASKPASS_EXTRA_ARGS=
VSCODE_GIT_ASKPASS_MAIN=/Applications/Visual Studio Code-2.app/Contents/Resources/app/extensions/git/dist/askpass-main.js
VSCODE_GIT_IPC_HANDLE=/var/folders/vb/dgt3kq9960bd10xkrgsm49fw0000gn/T/vscode-git-203b47d05c.sock
PYTHONSTARTUP=/Users/siddharthbaleja/Library/Application Support/Code/User/workspaceStorage/0416222ecd7bf1bacfc07dfeff55ad75/ms-python.python/pythonrc.py
PYTHON_BASIC_REPL=1
PYDEVD_DISABLE_FILE_VALIDATION=1
VSCODE_DEBUGPY_ADAPTER_ENDPOINTS=/Users/siddharthbaleja/.vscode/extensions/ms-python.debugpy-2025.18.0-darwin-arm64/.noConfigDebugAdapterEndpoints/endpoint-90e83db17fc69748.txt
BUNDLED_DEBUGPY_PATH=/Users/siddharthbaleja/.vscode/extensions/ms-python.debugpy-2025.18.0-darwin-arm64/bundled/libs/debugpy
VSCODE_INJECTION=1
ZDOTDIR=/Users/siddharthbaleja
USER_ZDOTDIR=/Users/siddharthbaleja
OLDPWD=/Users/siddharthbaleja/Desktop/project
VSCODE_PROFILE_INITIALIZED=1
VSCODE_PYTHON_AUTOACTIVATE_GUARD=1
PS1=(.venv) %n@%m %1~ %#
VIRTUAL_ENV=/Users/siddharthbaleja/Desktop/project/.venv
VIRTUAL_ENV_PROMPT=.venv
_=/usr/bin/env in hatch build targets for editable install
- pyproject.toml +3 -0
|
@@ -19,3 +19,6 @@ server = "server.app:main"
|
|
| 19 |
dev = [
|
| 20 |
"pytest",
|
| 21 |
]
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
dev = [
|
| 20 |
"pytest",
|
| 21 |
]
|
| 22 |
+
|
| 23 |
+
[tool.hatch.build.targets.wheel]
|
| 24 |
+
packages = ["env"]
|