Use poetry instead of setup.py

This commit is contained in:
Sumner Evans
2020-10-15 00:16:05 -06:00
parent e0b4cfeed1
commit b61acffa0d
8 changed files with 42 additions and 99 deletions

1
.envrc
View File

@@ -11,7 +11,6 @@ source .venv/bin/activate
watch_file pyproject.toml
watch_file poetry.lock
watch_file setup.py
watch_file shell.nix
unset PS1