]> Nutra Git (v2) - nutratech/cli.git/commit
wip stuff 4/head
authorShane Jaroch <chown_tee@proton.me>
Tue, 12 Jul 2022 15:39:20 +0000 (11:39 -0400)
committerShane Jaroch <chown_tee@proton.me>
Tue, 12 Jul 2022 19:09:49 +0000 (15:09 -0400)
commitdadaf716b4affca6378be35f03e69a0cf609d56d
tree9759bd06aab2934ec54be4b5317ee3da440ffc51
parente910a3d7ec11bdfafc011ccb75ce6ffe3c5e5119
wip stuff

make install use pip install --user

nvm

try going from scripts to entry_points

try both

os specific setup.py, don't lint scripts/ or nutra

bump version, rename to CHANGELOG.rst

make build also does clean (via _build)

add n as script too, shorthand

install wheel as part of install

try better graft

try this, explicit include

explicit exclude?

try this, and update submodule

oops

add .env.bat

adjust changelog

use new db submodule

fix test
20 files changed:
.env.bat [new file with mode: 0644]
.gitignore
MANIFEST.in
Makefile
README.rst
ntclient/CHANGELOG.md [deleted file]
ntclient/CHANGELOG.rst [new file with mode: 0644]
ntclient/__init__.py
ntclient/__main__.py
ntclient/ntsqlite
ntclient/persistence/__init__.py
ntclient/persistence/sql/__init__.py
ntclient/persistence/sql/nt/funcs.py
ntclient/services/recipe.py
ntclient/utils/__init__.py
requirements-test-win_xp-ubu1604.txt [moved from tests/requirements-win_xp-ubu1604.txt with 100% similarity]
requirements-test.txt [moved from tests/requirements.txt with 100% similarity]
scripts/n [moved from scripts/nutra.py with 100% similarity]
setup.py
tests/test_cli.py