Skip to content

Commit

Permalink
Remove old setup cfg and setup py
Browse files Browse the repository at this point in the history
  • Loading branch information
paxnovem committed May 21, 2024
1 parent 1bfc839 commit 1da1b22
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 51 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "pallets/flask",
"name": "pallets-eco/flask-rq",
"image": "mcr.microsoft.com/devcontainers/python:3.8",
"customizations": {
"vscode": {
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/on-create-command.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
set -e
python3 -m venv --upgrade-deps .venv
. .venv/bin/activate
pip install -r requirements/dev.in
pip install -r requirements/dev.txt
pip install -e .
6 changes: 0 additions & 6 deletions setup.cfg

This file was deleted.

43 changes: 0 additions & 43 deletions setup.py

This file was deleted.

0 comments on commit 1da1b22

Please sign in to comment.